Html Css Color HEX #DEF8EC White Ice

📋 copy color: '#DEF8EC'

red 222 ◦ green 248 ◦ blue 236

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

Shades of White Ice #DEF8EC

Tints of White Ice #DEF8EC

RGB

 RED value IS 222 (87.11% from 255) = 31.44%

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

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

R = 31.44%
G = 35.13%
B = 33.43%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.05

 K value IS 0.03

RGB Variations

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

Color information

#DEF8EC (or 0xDEF8EC) is known color: White Ice. HEX triplet: DE, F8 and EC. RGB value is (222,248,236). Sum of RGB (Red+Green+Blue) = 222+248+236=706 (93% of max value = 765). Red value is 222 (87.11% from 255 or 31.44% from 706); Green value is 248 (97.27% from 255 or 35.13% from 706); Blue value is 236 (92.58% from 255 or 33.43% from 706); Max value from RGB is 248 - color contains mainly: green. Hex color #DEF8EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEF8EC is #210713. Grayscale: #EEEEEE. Windows color (decimal): -2164500 or 15530206. OLE color: 15530206.

HSL color Cylindrical-coordinate representation of color #DEF8EC: hue angle of 152.31º degrees, saturation: 0.65, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DEF8EC is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.03.

Color convert

RGB 222 248 236 -
CMYK 0.10 0 0.05 0.03
HSL 152.31º 0.65% 0.92% -
HSV(B) 152.31º 0.1% 0.97% -
XYZ 78.83 88.72 92.33 -
YUV 238.86 126.39 115.98 -
System Red Green Blue C M Y K H S L
Decimal 222 248 236 0.10 0 0.05 0.03 152.31 0.65 0.92
Hex DE F8 EC A 0 5 3 98 41 5C
Octal 336 370 354 12 0 5 3 230 101 134
Binary 11011110 11111000 11101100 1010 0 101 11 10011000 1000001 1011100

Color Harmonies of #DEF8EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF8EC

Black with #DEF8EC

Text Example


Text Example

White with #DEF8EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF8EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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