Html Css Color HEX #DCF0E7 White Ice

📋 copy color: '#DCF0E7'

red 220 ◦ green 240 ◦ blue 231

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

Shades of White Ice #DCF0E7

Tints of White Ice #DCF0E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 33.43%

R = 31.84%
G = 34.73%
B = 33.43%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#DCF0E7 (or 0xDCF0E7) is known color: White Ice. HEX triplet: DC, F0 and E7. RGB value is (220,240,231). Sum of RGB (Red+Green+Blue) = 220+240+231=691 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.84% from 691); Green value is 240 (94.14% from 255 or 34.73% from 691); Blue value is 231 (90.62% from 255 or 33.43% from 691); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF0E7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF0E7 is #230F18. Grayscale: #E9E9E9. Windows color (decimal): -2297625 or 15200476. OLE color: 15200476.

HSL color Cylindrical-coordinate representation of color #DCF0E7: hue angle of 153º 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 #DCF0E7 is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB 220 240 231 -
CMYK 0.08 0 0.04 0.06
HSL 153º 0.4% 0.9% -
HSV(B) 153º 0.08% 0.94% -
XYZ 75.1 83.31 87.72 -
YUV 232.99 126.87 118.73 -
System Red Green Blue C M Y K H S L
Decimal 220 240 231 0.08 0 0.04 0.06 153 0.4 0.9
Hex DC F0 E7 8 0 4 6 99 28 5A
Octal 334 360 347 10 0 4 6 231 50 132
Binary 11011100 11110000 11100111 1000 0 100 110 10011001 101000 1011010

Color Harmonies of #DCF0E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF0E7

Black with #DCF0E7

Text Example


Text Example

White with #DCF0E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF0E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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