#DBDCC8

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

Shades of Green White #DBDCC8

Tints of Green White #DBDCC8

Color information

#DBDCC8 (or 0xDBDCC8) is unknown color: approx Green White. HEX triplet: DB, DC and C8. RGB value is (219,220,200). Sum of RGB (Red+Green+Blue) = 219+220+200=639 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.27% from 639); Green value is 220 (86.33% from 255 or 34.43% from 639); Blue value is 200 (78.52% from 255 or 31.30% from 639); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDCC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDCC8 is #242337. Grayscale: #D9D9D9. Windows color (decimal): -2368312 or 13163739. OLE color: 13163739.

HSL color Cylindrical-coordinate representation of color #DBDCC8: hue angle of 63º degrees, saturation: 0.22, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DBDCC8 is Cyan = 0.00, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB219220200-
CMYK0.0000.090.14
HSL63º22.22%82.35%-
HSV(B)63º9.09%86.27%-
XYZ65.2370.4264.8-
YUV217.42118.17129.13-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.27%
GREEN value IS 220 (86.33% from 255) = 34.43%
BLUE value IS 200 (78.52% from 255) = 31.30%
R=34.27%
G=34.43%
B=31.30%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2192202000.0000.090.146322.2282.35
HexDBDCC8009E3f1652
Octal3333343100011167726122
Binary1101101111011100110010000010011110111111101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDCC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDCC8; }

 p { color: rgb(219,220,200); }

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

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

 a { background-color: rgb(219,220,200); }

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

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

 span { border-color: rgb(219,220,200); }

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