Html Css Color HEX #DCF8EA White Ice

📋 copy color: '#DCF8EA'

red 220 ◦ green 248 ◦ blue 234

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

Shades of White Ice #DCF8EA

Tints of White Ice #DCF8EA

RGB

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

 GREEN value IS 248 (97.27% from 255) = 35.33%

 BLUE value IS 234 (91.8% from 255) = 33.33%

R = 31.34%
G = 35.33%
B = 33.33%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.06

 K value IS 0.03

RGB Variations

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

Color information

#DCF8EA (or 0xDCF8EA) is known color: White Ice. HEX triplet: DC, F8 and EA. RGB value is (220,248,234). Sum of RGB (Red+Green+Blue) = 220+248+234=702 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.34% from 702); Green value is 248 (97.27% from 255 or 35.33% from 702); Blue value is 234 (91.80% from 255 or 33.33% from 702); Max value from RGB is 248 - color contains mainly: green. Hex color #DCF8EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF8EA is #230715. Grayscale: #EEEEEE. Windows color (decimal): -2295574 or 15399132. OLE color: 15399132.

HSL color Cylindrical-coordinate representation of color #DCF8EA: hue angle of 150º degrees, saturation: 0.67, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCF8EA is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.03.

Color convert

RGB 220 248 234 -
CMYK 0.11 0 0.06 0.03
HSL 150º 0.67% 0.92% -
HSV(B) 150º 0.11% 0.97% -
XYZ 77.93 88.29 90.78 -
YUV 238.03 125.72 115.14 -
System Red Green Blue C M Y K H S L
Decimal 220 248 234 0.11 0 0.06 0.03 150 0.67 0.92
Hex DC F8 EA B 0 6 3 96 43 5C
Octal 334 370 352 13 0 6 3 226 103 134
Binary 11011100 11111000 11101010 1011 0 110 11 10010110 1000011 1011100

Color Harmonies of #DCF8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF8EA

Black with #DCF8EA

Text Example


Text Example

White with #DCF8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF8EA; }

 p { color: rgb(220,248,234); }

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

background-color css

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

 a { background-color: rgb(220,248,234); }

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

border-color css

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

 span { border-color: rgb(220,248,234); }

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