Color Hex Logo

#ddbfea Color Hex

#DDBFEA
(221,191,234)
0 Favorites   0 Comments

Color spaces of #ddbfea

RGB 221191234
HSL0.780.510.83
HSV282°18°92°
CMYK 0.060.180.00   0.08
XYZ63.300958.574385.8115
Yxy58.57430.30480.2820
Hunter Lab76.533813.7025-12.9036
CIE-Lab81.057018.2944-17.3992

#ddbfea color RGB value is (221,191,234).

#ddbfea hex color red value is 221, green value is 191 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #ddbfea hue: 0.78 , saturation: 0.51 and the lightness value of ddbfea is 0.83.

The process color (four color CMYK) of #ddbfea color hex is 0.06, 0.18, 0.00, 0.08. Web safe color of #ddbfea is #ccccff. Color #ddbfea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111111 11101010
Octal 335 277 352
Decimal 221 191 234
Hex DD BF EA

RGB Percentages of Color #ddbfea

%34.21
%29.57
%36.22

CMYK Percentages of Color #ddbfea

%6
%18
%0
%8

Triadic Colors of #ddbfea

#ddbfea #eaddbf #bfeadd

Analogous Colors of #ddbfea

#ddbfea #eabfe2 #c8bfea

Monochromatic Colors of #ddbfea

#ddbfea

Complementary Color

#ddbfea #cceabf

#ddbfea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbfea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbfea Color CSS Codes

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

#ddbfea Text Font Color

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

This sample text font color is #ddbfea
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.


#ddbfea Background Color

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

This div background color is #ddbfea


#ddbfea Border Color

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

This div border color is #ddbfea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbfea


Comments

No comments written yet.

Please login to write comment.