#DBDCC6

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

Shades of Green White #DBDCC6

Tints of Green White #DBDCC6

Color information

#DBDCC6 (or 0xDBDCC6) is unknown color: approx Green White. HEX triplet: DB, DC and C6. RGB value is (219,220,198). Sum of RGB (Red+Green+Blue) = 219+220+198=637 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.38% from 637); Green value is 220 (86.33% from 255 or 34.54% from 637); Blue value is 198 (77.73% from 255 or 31.08% from 637); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDCC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDCC6 is #242339. Grayscale: #D9D9D9. Windows color (decimal): -2368314 or 13032667. OLE color: 13032667.

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

Color convert

RGB219220198-
CMYK0.0000.10.14
HSL62.73º23.91%81.96%-
HSV(B)62.73º10%86.27%-
XYZ6570.3263.57-
YUV217.19117.17129.29-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.38%
GREEN value IS 220 (86.33% from 255) = 34.54%
BLUE value IS 198 (77.73% from 255) = 31.08%
R=34.38%
G=34.54%
B=31.08%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2192201980.0000.10.1462.7323.9181.96
HexDBDCC600AE3f1852
Octal3333343060012167730122
Binary1101101111011100110001100010101110111111110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDCC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDCC6; }

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

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

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

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

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

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

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

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