Html Css Color HEX #DEEBD0 Frostee

📋 copy color: '#DEEBD0'

red 222 ◦ green 235 ◦ blue 208

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

Shades of Frostee #DEEBD0

Tints of Frostee #DEEBD0

RGB

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

 GREEN value IS 235 (92.19% from 255) = 35.34%

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

R = 33.38%
G = 35.34%
B = 31.28%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#DEEBD0 (or 0xDEEBD0) is known color: Frostee. HEX triplet: DE, EB and D0. RGB value is (222,235,208). Sum of RGB (Red+Green+Blue) = 222+235+208=665 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.38% from 665); Green value is 235 (92.19% from 255 or 35.34% from 665); Blue value is 208 (81.64% from 255 or 31.28% from 665); Max value from RGB is 235 - color contains mainly: green. Hex color #DEEBD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEEBD0 is #21142F. Grayscale: #E4E4E4. Windows color (decimal): -2167856 or 13691870. OLE color: 13691870.

HSL color Cylindrical-coordinate representation of color #DEEBD0: hue angle of 88.89º degrees, saturation: 0.4, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DEEBD0 is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB 222 235 208 -
CMYK 0.06 0 0.11 0.08
HSL 88.89º 0.4% 0.87% -
HSV(B) 88.89º 0.11% 0.92% -
XYZ 71.22 79.5 71.27 -
YUV 228.04 116.69 123.7 -
System Red Green Blue C M Y K H S L
Decimal 222 235 208 0.06 0 0.11 0.08 88.89 0.4 0.87
Hex DE EB D0 6 0 B 8 59 28 57
Octal 336 353 320 6 0 13 10 131 50 127
Binary 11011110 11101011 11010000 110 0 1011 1000 1011001 101000 1010111

Color Harmonies of #DEEBD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEEBD0

Black with #DEEBD0

Text Example


Text Example

White with #DEEBD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEEBD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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