#DBE7CC

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

Shades of Frostee #DBE7CC

Tints of Frostee #DBE7CC

Color information

#DBE7CC (or 0xDBE7CC) is unknown color: approx Frostee. HEX triplet: DB, E7 and CC. RGB value is (219,231,204). Sum of RGB (Red+Green+Blue) = 219+231+204=654 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.49% from 654); Green value is 231 (90.62% from 255 or 35.32% from 654); Blue value is 204 (80.08% from 255 or 31.19% from 654); Max value from RGB is 231 - color contains mainly: green. Hex color #DBE7CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBE7CC is #241833. Grayscale: #E0E0E0. Windows color (decimal): -2365492 or 13428699. OLE color: 13428699.

HSL color Cylindrical-coordinate representation of color #DBE7CC: hue angle of 86.67º degrees, saturation: 0.36, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBE7CC is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB219231204-
CMYK0.0500.120.09
HSL86.67º36%85.29%-
HSV(B)86.67º11.69%90.59%-
XYZ68.6976.5768.29-
YUV224.33116.52124.2-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.49%
GREEN value IS 231 (90.62% from 255) = 35.32%
BLUE value IS 204 (80.08% from 255) = 31.19%
R=33.49%
G=35.32%
B=31.19%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2192312040.0500.120.0986.673685.29
HexDBE7CC50C9572455
Octal33334731450141112744125
Binary11011011111001111100110010101100100110101111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE7CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE7CC; }

 p { color: rgb(219,231,204); }

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

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

 a { background-color: rgb(219,231,204); }

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

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

 span { border-color: rgb(219,231,204); }

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