Html Css Color HEX #DEEBD2 Frostee

📋 copy color: '#DEEBD2'

red 222 ◦ green 235 ◦ blue 210

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

Shades of Frostee #DEEBD2

Tints of Frostee #DEEBD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 31.48%

R = 33.28%
G = 35.23%
B = 31.48%

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

#DEEBD2 (or 0xDEEBD2) is known color: Frostee. HEX triplet: DE, EB and D2. RGB value is (222,235,210). Sum of RGB (Red+Green+Blue) = 222+235+210=667 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.28% from 667); Green value is 235 (92.19% from 255 or 35.23% from 667); Blue value is 210 (82.42% from 255 or 31.48% from 667); Max value from RGB is 235 - color contains mainly: green. Hex color #DEEBD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEEBD2 is #21142D. Grayscale: #E4E4E4. Windows color (decimal): -2167854 or 13822942. OLE color: 13822942.

HSL color Cylindrical-coordinate representation of color #DEEBD2: hue angle of 91.2º degrees, saturation: 0.38, 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 #DEEBD2 is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB 222 235 210 -
CMYK 0.06 0 0.11 0.08
HSL 91.2º 0.38% 0.87% -
HSV(B) 91.2º 0.11% 0.92% -
XYZ 71.47 79.6 72.57 -
YUV 228.26 117.69 123.53 -
System Red Green Blue C M Y K H S L
Decimal 222 235 210 0.06 0 0.11 0.08 91.2 0.38 0.87
Hex DE EB D2 6 0 B 8 5B 26 57
Octal 336 353 322 6 0 13 10 133 46 127
Binary 11011110 11101011 11010010 110 0 1011 1000 1011011 100110 1010111

Color Harmonies of #DEEBD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEEBD2

Black with #DEEBD2

Text Example


Text Example

White with #DEEBD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEEBD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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