Html Css Color HEX #DCF8EC White Ice

📋 copy color: '#DCF8EC'

red 220 ◦ green 248 ◦ blue 236

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

Shades of White Ice #DCF8EC

Tints of White Ice #DCF8EC

RGB

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

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

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

R = 31.25%
G = 35.23%
B = 33.52%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.05

 K value IS 0.03

RGB Variations

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

Color information

#DCF8EC (or 0xDCF8EC) is known color: White Ice. HEX triplet: DC, F8 and EC. RGB value is (220,248,236). Sum of RGB (Red+Green+Blue) = 220+248+236=704 (93% of max value = 765). Red value is 220 (86.33% from 255 or 31.25% from 704); Green value is 248 (97.27% from 255 or 35.23% from 704); Blue value is 236 (92.58% from 255 or 33.52% from 704); Max value from RGB is 248 - color contains mainly: green. Hex color #DCF8EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF8EC is #230713. Grayscale: #EEEEEE. Windows color (decimal): -2295572 or 15530204. OLE color: 15530204.

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

Color convert

RGB 220 248 236 -
CMYK 0.11 0 0.05 0.03
HSL 154.29º 0.67% 0.92% -
HSV(B) 154.29º 0.11% 0.97% -
XYZ 78.22 88.41 92.3 -
YUV 238.26 126.72 114.98 -
System Red Green Blue C M Y K H S L
Decimal 220 248 236 0.11 0 0.05 0.03 154.29 0.67 0.92
Hex DC F8 EC B 0 5 3 9A 43 5C
Octal 334 370 354 13 0 5 3 232 103 134
Binary 11011100 11111000 11101100 1011 0 101 11 10011010 1000011 1011100

Color Harmonies of #DCF8EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF8EC

Black with #DCF8EC

Text Example


Text Example

White with #DCF8EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF8EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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