Color Hex Logo

#ddbef5 Color Hex

#DDBEF5
(221,190,245)
0 Favorites   0 Comments

Color spaces of #ddbef5

RGB 221190245
HSL0.760.730.85
HSV274°22°96°
CMYK 0.100.220.00   0.04
XYZ64.713758.791694.3233
Yxy58.79160.29710.2699
Hunter Lab76.675716.4702-19.2632
CIE-Lab81.176921.0023-23.1092

#ddbef5 color RGB value is (221,190,245).

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

The process color (four color CMYK) of #ddbef5 color hex is 0.10, 0.22, 0.00, 0.04. Web safe color of #ddbef5 is #ccccff. Color #ddbef5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111110 11110101
Octal 335 276 365
Decimal 221 190 245
Hex DD BE F5

RGB Percentages of Color #ddbef5

%33.69
%28.96
%37.35

CMYK Percentages of Color #ddbef5

%10
%22
%0
%4

Triadic Colors of #ddbef5

#ddbef5 #f5ddbe #bef5dd

Analogous Colors of #ddbef5

#ddbef5 #f5bef2 #c2bef5

Monochromatic Colors of #ddbef5

#ddbef5

Complementary Color

#ddbef5 #d6f5be

#ddbef5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbef5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbef5 Color CSS Codes

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

#ddbef5 Text Font Color

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

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


#ddbef5 Background Color

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

This div background color is #ddbef5


#ddbef5 Border Color

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

This div border color is #ddbef5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbef5


Comments

No comments written yet.

Please login to write comment.