Html Css Color HEX #DEEBD3 Frostee

📋 copy color: '#DEEBD3'

red 222 ◦ green 235 ◦ blue 211

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

Shades of Frostee #DEEBD3

Tints of Frostee #DEEBD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 31.59%

R = 33.23%
G = 35.18%
B = 31.59%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#DEEBD3 (or 0xDEEBD3) is known color: Frostee. HEX triplet: DE, EB and D3. RGB value is (222,235,211). Sum of RGB (Red+Green+Blue) = 222+235+211=668 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.23% from 668); Green value is 235 (92.19% from 255 or 35.18% from 668); Blue value is 211 (82.81% from 255 or 31.59% from 668); Max value from RGB is 235 - color contains mainly: green. Hex color #DEEBD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEEBD3 is #21142C. Grayscale: #E4E4E4. Windows color (decimal): -2167853 or 13888478. OLE color: 13888478.

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

Color convert

RGB 222 235 211 -
CMYK 0.06 0 0.10 0.08
HSL 92.5º 0.38% 0.87% -
HSV(B) 92.5º 0.1% 0.92% -
XYZ 71.59 79.65 73.23 -
YUV 228.38 118.19 123.45 -
System Red Green Blue C M Y K H S L
Decimal 222 235 211 0.06 0 0.10 0.08 92.5 0.38 0.87
Hex DE EB D3 6 0 A 8 5C 26 57
Octal 336 353 323 6 0 12 10 134 46 127
Binary 11011110 11101011 11010011 110 0 1010 1000 1011100 100110 1010111

Color Harmonies of #DEEBD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEEBD3

Black with #DEEBD3

Text Example


Text Example

White with #DEEBD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEEBD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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