Html Css Color HEX #DCF0E5 White Ice

📋 copy color: '#DCF0E5'

red 220 ◦ green 240 ◦ blue 229

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

Shades of White Ice #DCF0E5

Tints of White Ice #DCF0E5

RGB

 RED value IS 220 (86.33% from 255) = 31.93%

 GREEN value IS 240 (94.14% from 255) = 34.83%

 BLUE value IS 229 (89.84% from 255) = 33.24%

R = 31.93%
G = 34.83%
B = 33.24%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#DCF0E5 (or 0xDCF0E5) is known color: White Ice. HEX triplet: DC, F0 and E5. RGB value is (220,240,229). Sum of RGB (Red+Green+Blue) = 220+240+229=689 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.93% from 689); Green value is 240 (94.14% from 255 or 34.83% from 689); Blue value is 229 (89.84% from 255 or 33.24% from 689); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF0E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF0E5 is #230F1A. Grayscale: #E8E8E8. Windows color (decimal): -2297627 or 15069404. OLE color: 15069404.

HSL color Cylindrical-coordinate representation of color #DCF0E5: hue angle of 147º degrees, saturation: 0.4, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DCF0E5 is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB 220 240 229 -
CMYK 0.08 0 0.05 0.06
HSL 147º 0.4% 0.9% -
HSV(B) 147º 0.08% 0.94% -
XYZ 74.82 83.19 86.24 -
YUV 232.77 125.87 118.89 -
System Red Green Blue C M Y K H S L
Decimal 220 240 229 0.08 0 0.05 0.06 147 0.4 0.9
Hex DC F0 E5 8 0 5 6 93 28 5A
Octal 334 360 345 10 0 5 6 223 50 132
Binary 11011100 11110000 11100101 1000 0 101 110 10010011 101000 1011010

Color Harmonies of #DCF0E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF0E5

Black with #DCF0E5

Text Example


Text Example

White with #DCF0E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF0E5; }

 p { color: rgb(220,240,229); }

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

background-color css

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

 a { background-color: rgb(220,240,229); }

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

border-color css

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

 span { border-color: rgb(220,240,229); }

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