Color Hex Logo

#ddb6fb Color Hex

#DDB6FB
(221,182,251)
0 Favorites   0 Comments

Color spaces of #ddb6fb

RGB 221182251
HSL0.760.900.85
HSV274°27°98°
CMYK 0.120.270.00   0.02
XYZ63.959355.793198.6649
Yxy55.79310.29280.2554
Hunter Lab74.694822.1293-26.0303
CIE-Lab79.495926.5320-28.8889

#ddb6fb color RGB value is (221,182,251).

#ddb6fb hex color red value is 221, green value is 182 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #ddb6fb hue: 0.76 , saturation: 0.90 and the lightness value of ddb6fb is 0.85.

The process color (four color CMYK) of #ddb6fb color hex is 0.12, 0.27, 0.00, 0.02. Web safe color of #ddb6fb is #ccccff. Color #ddb6fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110110 11111011
Octal 335 266 373
Decimal 221 182 251
Hex DD B6 FB

RGB Percentages of Color #ddb6fb

%33.79
%27.83
%38.38

CMYK Percentages of Color #ddb6fb

%12
%27
%0
%2

Triadic Colors of #ddb6fb

#ddb6fb #fbddb6 #b6fbdd

Analogous Colors of #ddb6fb

#ddb6fb #fbb6f7 #bbb6fb

Monochromatic Colors of #ddb6fb

#ddb6fb

Complementary Color

#ddb6fb #d4fbb6

#ddb6fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb6fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb6fb Color CSS Codes

.mybgcolor {background-color:#ddb6fb; } 
.myforecolor {color:#ddb6fb; }
.mybordercolor {border:3px solid #ddb6fb; }

#ddb6fb Text Font Color

<p style="color:#ddb6fb">Text here</p>

This sample text font color is #ddb6fb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ddb6fb Background Color

<div style="background-color:#ddb6fb">
Div content here</div>

This div background color is #ddb6fb


#ddb6fb Border Color

<div style="border:3px solid #ddb6fb">
Div here</div>

This div border color is #ddb6fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,182,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ddb6fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ddb6fb;
  -webkit-box-shadow: 1px 1px 3px 2px #ddb6fb;
  box-shadow:         1px 1px 3px 2px #ddb6fb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,182,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ddb6fb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ddb6fb;
  -webkit-box-shadow: 1px 1px 3px 2px #ddb6fb;
  box-shadow:         1px 1px 3px 2px #ddb6fb;">
Div content here</div>

This div box has shadow with color #ddb6fb

Related Colors


Comments

No comments written yet.

Please login to write comment.