Html Css Color HEX #DEEFE6 White Ice

📋 copy color: '#DEEFE6'

red 222 ◦ green 239 ◦ blue 230

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

Shades of White Ice #DEEFE6

Tints of White Ice #DEEFE6

RGB

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

 GREEN value IS 239 (93.75% from 255) = 34.59%

 BLUE value IS 230 (90.23% from 255) = 33.29%

R = 32.13%
G = 34.59%
B = 33.29%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#DEEFE6 (or 0xDEEFE6) is known color: White Ice. HEX triplet: DE, EF and E6. RGB value is (222,239,230). Sum of RGB (Red+Green+Blue) = 222+239+230=691 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.13% from 691); Green value is 239 (93.75% from 255 or 34.59% from 691); Blue value is 230 (90.23% from 255 or 33.29% from 691); Max value from RGB is 239 - color contains mainly: green. Hex color #DEEFE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEEFE6 is #211019. Grayscale: #E8E8E8. Windows color (decimal): -2166810 or 15134686. OLE color: 15134686.

HSL color Cylindrical-coordinate representation of color #DEEFE6: hue angle of 148.24º degrees, saturation: 0.35, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DEEFE6 is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB 222 239 230 -
CMYK 0.07 0 0.04 0.06
HSL 148.24º 0.35% 0.9% -
HSV(B) 148.24º 0.07% 0.94% -
XYZ 75.27 82.98 86.91 -
YUV 232.89 126.37 120.23 -
System Red Green Blue C M Y K H S L
Decimal 222 239 230 0.07 0 0.04 0.06 148.24 0.35 0.9
Hex DE EF E6 7 0 4 6 94 23 5A
Octal 336 357 346 7 0 4 6 224 43 132
Binary 11011110 11101111 11100110 111 0 100 110 10010100 100011 1011010

Color Harmonies of #DEEFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEEFE6

Black with #DEEFE6

Text Example


Text Example

White with #DEEFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEEFE6; }

 p { color: rgb(222,239,230); }

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

background-color css

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

 a { background-color: rgb(222,239,230); }

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

border-color css

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

 span { border-color: rgb(222,239,230); }

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