Html Css Color HEX #DEE9CF Frostee

📋 copy color: '#DEE9CF'

red 222 ◦ green 233 ◦ blue 207

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

Shades of Frostee #DEE9CF

Tints of Frostee #DEE9CF

RGB

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

 GREEN value IS 233 (91.41% from 255) = 35.2%

 BLUE value IS 207 (81.25% from 255) = 31.27%

R = 33.53%
G = 35.2%
B = 31.27%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#DEE9CF (or 0xDEE9CF) is known color: Frostee. HEX triplet: DE, E9 and CF. RGB value is (222,233,207). Sum of RGB (Red+Green+Blue) = 222+233+207=662 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.53% from 662); Green value is 233 (91.41% from 255 or 35.20% from 662); Blue value is 207 (81.25% from 255 or 31.27% from 662); Max value from RGB is 233 - color contains mainly: green. Hex color #DEE9CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEE9CF is #211630. Grayscale: #E2E2E2. Windows color (decimal): -2168369 or 13625822. OLE color: 13625822.

HSL color Cylindrical-coordinate representation of color #DEE9CF: hue angle of 85.38º degrees, saturation: 0.37, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DEE9CF is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB 222 233 207 -
CMYK 0.05 0 0.11 0.09
HSL 85.38º 0.37% 0.86% -
HSV(B) 85.38º 0.11% 0.91% -
XYZ 70.53 78.31 70.43 -
YUV 226.75 116.86 124.61 -
System Red Green Blue C M Y K H S L
Decimal 222 233 207 0.05 0 0.11 0.09 85.38 0.37 0.86
Hex DE E9 CF 5 0 B 9 55 25 56
Octal 336 351 317 5 0 13 11 125 45 126
Binary 11011110 11101001 11001111 101 0 1011 1001 1010101 100101 1010110

Color Harmonies of #DEE9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE9CF

Black with #DEE9CF

Text Example


Text Example

White with #DEE9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE9CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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