Html Css Color HEX #DDF2EB Clear Day

📋 copy color: '#DDF2EB'

red 221 ◦ green 242 ◦ blue 235

#DDF2EB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Clear Day #DDF2EB

Tints of Clear Day #DDF2EB

RGB

 RED value IS 221 (86.72% from 255) = 31.66%

 GREEN value IS 242 (94.92% from 255) = 34.67%

 BLUE value IS 235 (92.19% from 255) = 33.67%

R = 31.66%
G = 34.67%
B = 33.67%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.03

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DDF2EB (or 0xDDF2EB) is known color: Clear Day. HEX triplet: DD, F2 and EB. RGB value is (221,242,235). Sum of RGB (Red+Green+Blue) = 221+242+235=698 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.66% from 698); Green value is 242 (94.92% from 255 or 34.67% from 698); Blue value is 235 (92.19% from 255 or 33.67% from 698); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF2EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF2EB is #220D14. Grayscale: #EAEAEA. Windows color (decimal): -2231573 or 15463133. OLE color: 15463133.

HSL color Cylindrical-coordinate representation of color #DDF2EB: hue angle of 160º degrees, saturation: 0.45, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDF2EB is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB 221 242 235 -
CMYK 0.09 0 0.03 0.05
HSL 160º 0.45% 0.91% -
HSV(B) 160º 0.09% 0.95% -
XYZ 76.57 84.87 90.94 -
YUV 234.92 128.04 118.07 -
System Red Green Blue C M Y K H S L
Decimal 221 242 235 0.09 0 0.03 0.05 160 0.45 0.91
Hex DD F2 EB 9 0 3 5 A0 2D 5B
Octal 335 362 353 11 0 3 5 240 55 133
Binary 11011101 11110010 11101011 1001 0 11 101 10100000 101101 1011011

Color Harmonies of #DDF2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF2EB

Black with #DDF2EB

Text Example


Text Example

White with #DDF2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF2EB; }

 p { color: rgb(221,242,235); }

 H1.HeaderClassName
 {
   color: #DDF2EB;
 }
 .AnyTagClassName
 {
   color: #DDF2EB;
 }
</style>

background-color css

<style>
 a { background-color: #DDF2EB; }

 a { background-color: rgb(221,242,235); }

 div.DivClassName
 {
   background-color: #DDF2EB;
 }
 .BgClassName
 {
   background-color: #DDF2EB;
 }
</style>

border-color css

<style>
 span { border-color: #DDF2EB; }

 span { border-color: rgb(221,242,235); }

 td.TdClassName
 {
   border-color: #DDF2EB;
 }
 .TagClassName
 {
   border-color: #DDF2EB;
 }
</style>