#DBEACF

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

Shades of Frostee #DBEACF

Tints of Frostee #DBEACF

Color information

#DBEACF (or 0xDBEACF) is unknown color: approx Frostee. HEX triplet: DB, EA and CF. RGB value is (219,234,207). Sum of RGB (Red+Green+Blue) = 219+234+207=660 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.18% from 660); Green value is 234 (91.80% from 255 or 35.45% from 660); Blue value is 207 (81.25% from 255 or 31.36% from 660); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEACF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEACF is #241530. Grayscale: #E2E2E2. Windows color (decimal): -2364721 or 13626075. OLE color: 13626075.

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

Color convert

RGB219234207-
CMYK0.0600.120.08
HSL93.33º39.13%86.47%-
HSV(B)93.33º11.54%91.76%-
XYZ69.978.4170.48-
YUV226.44117.03122.7-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.18%
GREEN value IS 234 (91.80% from 255) = 35.45%
BLUE value IS 207 (81.25% from 255) = 31.36%
R=33.18%
G=35.45%
B=31.36%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2192342070.0600.120.0893.3339.1386.47
HexDBEACF60C85d2756
Octal33335231760141013547126
Binary11011011111010101100111111001100100010111011001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEACF; }

 p { color: rgb(219,234,207); }

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

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

 a { background-color: rgb(219,234,207); }

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

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

 span { border-color: rgb(219,234,207); }

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