Color Hex Logo

#ddebe9 Color Hex

#DDEBE9
(221,235,233)
0 Favorites   0 Comments

Color spaces of #ddebe9

RGB 221235233
HSL0.480.260.89
HSV171°92°
CMYK 0.060.000.01   0.08
XYZ74.235180.672088.7494
Yxy80.67200.30470.3311
Hunter Lab89.8176-9.64884.2874
CIE-Lab91.9855-4.9931-0.6417

#ddebe9 color RGB value is (221,235,233).

#ddebe9 hex color red value is 221, green value is 235 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #ddebe9 hue: 0.48 , saturation: 0.26 and the lightness value of ddebe9 is 0.89.

The process color (four color CMYK) of #ddebe9 color hex is 0.06, 0.00, 0.01, 0.08. Web safe color of #ddebe9 is #ccffff. Color #ddebe9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101011 11101001
Octal 335 353 351
Decimal 221 235 233
Hex DD EB E9

RGB Percentages of Color #ddebe9

%32.08
%34.11
%33.82

CMYK Percentages of Color #ddebe9

%6
%0
%1
%8

Triadic Colors of #ddebe9

#ddebe9 #e9ddeb #ebe9dd

Analogous Colors of #ddebe9

#ddebe9 #dde6eb #ddebe2

Monochromatic Colors of #ddebe9

#ddebe9

Complementary Color

#ddebe9 #ebdddf

#ddebe9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddebe9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddebe9 Color CSS Codes

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

#ddebe9 Text Font Color

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

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


#ddebe9 Background Color

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

This div background color is #ddebe9


#ddebe9 Border Color

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

This div border color is #ddebe9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddebe9


Comments

No comments written yet.

Please login to write comment.