Html Css Color HEX #DDF2EC Clear Day

📋 copy color: '#DDF2EC'

red 221 ◦ green 242 ◦ blue 236

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

Shades of Clear Day #DDF2EC

Tints of Clear Day #DDF2EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 33.76%

R = 31.62%
G = 34.62%
B = 33.76%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#DDF2EC (or 0xDDF2EC) is known color: Clear Day. HEX triplet: DD, F2 and EC. RGB value is (221,242,236). Sum of RGB (Red+Green+Blue) = 221+242+236=699 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.62% from 699); Green value is 242 (94.92% from 255 or 34.62% from 699); Blue value is 236 (92.58% from 255 or 33.76% from 699); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF2EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF2EC is #220D13. Grayscale: #EBEBEB. Windows color (decimal): -2231572 or 15528669. OLE color: 15528669.

HSL color Cylindrical-coordinate representation of color #DDF2EC: hue angle of 162.86º 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 #DDF2EC is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 221 242 236 -
CMYK 0.09 0 0.02 0.05
HSL 162.86º 0.45% 0.91% -
HSV(B) 162.86º 0.09% 0.95% -
XYZ 76.71 84.93 91.71 -
YUV 235.04 128.54 117.99 -
System Red Green Blue C M Y K H S L
Decimal 221 242 236 0.09 0 0.02 0.05 162.86 0.45 0.91
Hex DD F2 EC 9 0 2 5 A3 2D 5B
Octal 335 362 354 11 0 2 5 243 55 133
Binary 11011101 11110010 11101100 1001 0 10 101 10100011 101101 1011011

Color Harmonies of #DDF2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF2EC

Black with #DDF2EC

Text Example


Text Example

White with #DDF2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF2EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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