Html Css Color HEX #DEF5E9 White Ice

📋 copy color: '#DEF5E9'

red 222 ◦ green 245 ◦ blue 233

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

Shades of White Ice #DEF5E9

Tints of White Ice #DEF5E9

RGB

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

 GREEN value IS 245 (96.09% from 255) = 35%

 BLUE value IS 233 (91.41% from 255) = 33.29%

R = 31.71%
G = 35%
B = 33.29%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.05

 K value IS 0.04

RGB Variations

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

Color information

#DEF5E9 (or 0xDEF5E9) is known color: White Ice. HEX triplet: DE, F5 and E9. RGB value is (222,245,233). Sum of RGB (Red+Green+Blue) = 222+245+233=700 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.71% from 700); Green value is 245 (96.09% from 255 or 35% from 700); Blue value is 233 (91.41% from 255 or 33.29% from 700); Max value from RGB is 245 - color contains mainly: green. Hex color #DEF5E9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEF5E9 is #210A16. Grayscale: #ECECEC. Windows color (decimal): -2165271 or 15332830. OLE color: 15332830.

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

Color convert

RGB 222 245 233 -
CMYK 0.09 0 0.05 0.04
HSL 148.7º 0.53% 0.92% -
HSV(B) 148.7º 0.09% 0.96% -
XYZ 77.48 86.72 89.75 -
YUV 236.76 125.88 117.48 -
System Red Green Blue C M Y K H S L
Decimal 222 245 233 0.09 0 0.05 0.04 148.7 0.53 0.92
Hex DE F5 E9 9 0 5 4 95 35 5C
Octal 336 365 351 11 0 5 4 225 65 134
Binary 11011110 11110101 11101001 1001 0 101 100 10010101 110101 1011100

Color Harmonies of #DEF5E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF5E9

Black with #DEF5E9

Text Example


Text Example

White with #DEF5E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF5E9; }

 p { color: rgb(222,245,233); }

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

background-color css

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

 a { background-color: rgb(222,245,233); }

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

border-color css

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

 span { border-color: rgb(222,245,233); }

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