#DBE6CF

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

Shades of Frostee #DBE6CF

Tints of Frostee #DBE6CF

Color information

#DBE6CF (or 0xDBE6CF) is unknown color: approx Frostee. HEX triplet: DB, E6 and CF. RGB value is (219,230,207). Sum of RGB (Red+Green+Blue) = 219+230+207=656 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.38% from 656); Green value is 230 (90.23% from 255 or 35.06% from 656); Blue value is 207 (81.25% from 255 or 31.55% from 656); Max value from RGB is 230 - color contains mainly: green. Hex color #DBE6CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBE6CF is #241930. Grayscale: #E0E0E0. Windows color (decimal): -2365745 or 13625051. OLE color: 13625051.

HSL color Cylindrical-coordinate representation of color #DBE6CF: hue angle of 88.7º degrees, saturation: 0.32, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBE6CF is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB219230207-
CMYK0.0500.100.10
HSL88.7º31.51%85.69%-
HSV(B)88.7º10%90.2%-
XYZ68.7776.1670.11-
YUV224.09118.36124.37-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.38%
GREEN value IS 230 (90.23% from 255) = 35.06%
BLUE value IS 207 (81.25% from 255) = 31.55%
R=33.38%
G=35.06%
B=31.55%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2192302070.0500.100.1088.731.5185.69
HexDBE6CF50AA592056
Octal33334631750121213140126
Binary11011011111001101100111110101010101010110011000001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE6CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE6CF; }

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

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

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

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

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

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

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

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