#DEEBD4

Color #DEEBD4 Frostee (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Frostee #DEEBD4

Tints of Frostee #DEEBD4

Color information

#DEEBD4 (or 0xDEEBD4) is unknown color: approx Frostee. HEX triplet: DE, EB and D4. RGB value is (222,235,212). Sum of RGB (Red+Green+Blue) = 222+235+212=669 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.18% from 669); Green value is 235 (92.19% from 255 or 35.13% from 669); Blue value is 212 (83.20% from 255 or 31.69% from 669); Max value from RGB is 235 - color contains mainly: green. Hex color #DEEBD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEEBD4 is #21142B. Grayscale: #E4E4E4. Windows color (decimal): -2167852 or 13954014. OLE color: 13954014.

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

Color convert

RGB222235212-
CMYK0.0600.100.08
HSL93.91º36.51%87.65%-
HSV(B)93.91º9.79%92.16%-
XYZ71.7279.773.89-
YUV228.49118.69123.37-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.18%
GREEN value IS 235 (92.19% from 255) = 35.13%
BLUE value IS 212 (83.20% from 255) = 31.69%
R=33.18%
G=35.13%
B=31.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2222352120.0600.100.0893.9136.5187.65
HexDEEBD460A85e2558
Octal33635332460121013645130
Binary11011110111010111101010011001010100010111101001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEEBD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEEBD4; }

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

 H1.HeaderClassName
 {
   color: #DEEBD4;
 }
 .AnyTagClassName
 {
   color: #DEEBD4;
 }
</style>
background-color css

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

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

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

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

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

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