#DBDCC9

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

Shades of Green White #DBDCC9

Tints of Green White #DBDCC9

Color information

#DBDCC9 (or 0xDBDCC9) is unknown color: approx Green White. HEX triplet: DB, DC and C9. RGB value is (219,220,201). Sum of RGB (Red+Green+Blue) = 219+220+201=640 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.22% from 640); Green value is 220 (86.33% from 255 or 34.38% from 640); Blue value is 201 (78.91% from 255 or 31.41% from 640); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDCC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDCC9 is #242336. Grayscale: #D9D9D9. Windows color (decimal): -2368311 or 13229275. OLE color: 13229275.

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

Color convert

RGB219220201-
CMYK0.0000.090.14
HSL63.16º21.35%82.55%-
HSV(B)63.16º8.64%86.27%-
XYZ65.3570.4665.41-
YUV217.53118.67129.04-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.22%
GREEN value IS 220 (86.33% from 255) = 34.38%
BLUE value IS 201 (78.91% from 255) = 31.41%
R=34.22%
G=34.38%
B=31.41%

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
Decimal2192202010.0000.090.1463.1621.3582.55
HexDBDCC9009E3f1553
Octal3333343110011167725123
Binary1101101111011100110010010010011110111111101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDCC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDCC9; }

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

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

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

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

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

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

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

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