Color Hex Logo

#ddbdef Color Hex

#DDBDEF
(221,189,239)
0 Favorites   0 Comments

Color spaces of #ddbdef

RGB 221189239
HSL0.770.610.84
HSV278°21°94°
CMYK 0.080.210.00   0.06
XYZ63.596457.999389.5045
Yxy57.99930.30130.2747
Hunter Lab76.157315.7842-16.3710
CIE-Lab80.738420.3462-20.5616

#ddbdef color RGB value is (221,189,239).

#ddbdef hex color red value is 221, green value is 189 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #ddbdef hue: 0.77 , saturation: 0.61 and the lightness value of ddbdef is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111101 11101111
Octal 335 275 357
Decimal 221 189 239
Hex DD BD EF

RGB Percentages of Color #ddbdef

%34.05
%29.12
%36.83

CMYK Percentages of Color #ddbdef

%8
%21
%0
%6

Triadic Colors of #ddbdef

#ddbdef #efddbd #bdefdd

Analogous Colors of #ddbdef

#ddbdef #efbde8 #c4bdef

Monochromatic Colors of #ddbdef

#ddbdef

Complementary Color

#ddbdef #cfefbd

#ddbdef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbdef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbdef Color CSS Codes

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

#ddbdef Text Font Color

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

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


#ddbdef Background Color

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

This div background color is #ddbdef


#ddbdef Border Color

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

This div border color is #ddbdef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbdef


Comments

No comments written yet.

Please login to write comment.