Html Css Color HEX #DEEFD0 Frostee

📋 copy color: '#DEEFD0'

red 222 ◦ green 239 ◦ blue 208

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

Shades of Frostee #DEEFD0

Tints of Frostee #DEEFD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 31.09%

R = 33.18%
G = 35.72%
B = 31.09%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#DEEFD0 (or 0xDEEFD0) is known color: Frostee. HEX triplet: DE, EF and D0. RGB value is (222,239,208). Sum of RGB (Red+Green+Blue) = 222+239+208=669 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.18% from 669); Green value is 239 (93.75% from 255 or 35.72% from 669); Blue value is 208 (81.64% from 255 or 31.09% from 669); Max value from RGB is 239 - color contains mainly: green. Hex color #DEEFD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEEFD0 is #21102F. Grayscale: #E6E6E6. Windows color (decimal): -2166832 or 13692894. OLE color: 13692894.

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

Color convert

RGB 222 239 208 -
CMYK 0.07 0 0.13 0.06
HSL 92.9º 0.49% 0.88% -
HSV(B) 92.9º 0.13% 0.94% -
XYZ 72.38 81.82 71.65 -
YUV 230.38 115.37 122.02 -
System Red Green Blue C M Y K H S L
Decimal 222 239 208 0.07 0 0.13 0.06 92.9 0.49 0.88
Hex DE EF D0 7 0 D 6 5D 31 58
Octal 336 357 320 7 0 15 6 135 61 130
Binary 11011110 11101111 11010000 111 0 1101 110 1011101 110001 1011000

Color Harmonies of #DEEFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEEFD0

Black with #DEEFD0

Text Example


Text Example

White with #DEEFD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEEFD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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