Html Css Color HEX #DCF1E8 White Ice

📋 copy color: '#DCF1E8'

red 220 ◦ green 241 ◦ blue 232

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

Shades of White Ice #DCF1E8

Tints of White Ice #DCF1E8

RGB

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

 GREEN value IS 241 (94.53% from 255) = 34.78%

 BLUE value IS 232 (91.02% from 255) = 33.48%

R = 31.75%
G = 34.78%
B = 33.48%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.04

 K value IS 0.05

RGB Variations

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

Color information

#DCF1E8 (or 0xDCF1E8) is known color: White Ice. HEX triplet: DC, F1 and E8. RGB value is (220,241,232). Sum of RGB (Red+Green+Blue) = 220+241+232=693 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.75% from 693); Green value is 241 (94.53% from 255 or 34.78% from 693); Blue value is 232 (91.02% from 255 or 33.48% from 693); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF1E8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF1E8 is #230E17. Grayscale: #E9E9E9. Windows color (decimal): -2297368 or 15266268. OLE color: 15266268.

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

Color convert

RGB 220 241 232 -
CMYK 0.09 0 0.04 0.05
HSL 154.29º 0.43% 0.9% -
HSV(B) 154.29º 0.09% 0.95% -
XYZ 75.54 83.95 88.57 -
YUV 233.7 127.04 118.23 -
System Red Green Blue C M Y K H S L
Decimal 220 241 232 0.09 0 0.04 0.05 154.29 0.43 0.9
Hex DC F1 E8 9 0 4 5 9A 2B 5A
Octal 334 361 350 11 0 4 5 232 53 132
Binary 11011100 11110001 11101000 1001 0 100 101 10011010 101011 1011010

Color Harmonies of #DCF1E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF1E8

Black with #DCF1E8

Text Example


Text Example

White with #DCF1E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF1E8; }

 p { color: rgb(220,241,232); }

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

background-color css

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

 a { background-color: rgb(220,241,232); }

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

border-color css

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

 span { border-color: rgb(220,241,232); }

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