#DBDCC7

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

Shades of Green White #DBDCC7

Tints of Green White #DBDCC7

Color information

#DBDCC7 (or 0xDBDCC7) is unknown color: approx Green White. HEX triplet: DB, DC and C7. RGB value is (219,220,199). Sum of RGB (Red+Green+Blue) = 219+220+199=638 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.33% from 638); Green value is 220 (86.33% from 255 or 34.48% from 638); Blue value is 199 (78.12% from 255 or 31.19% from 638); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDCC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDCC7 is #242338. Grayscale: #D9D9D9. Windows color (decimal): -2368313 or 13098203. OLE color: 13098203.

HSL color Cylindrical-coordinate representation of color #DBDCC7: hue angle of 62.86º degrees, saturation: 0.23, 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 #DBDCC7 is Cyan = 0.00, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB219220199-
CMYK0.0000.100.14
HSL62.86º23.08%82.16%-
HSV(B)62.86º9.55%86.27%-
XYZ65.1270.3764.18-
YUV217.31117.67129.21-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.33%
GREEN value IS 220 (86.33% from 255) = 34.48%
BLUE value IS 199 (78.12% from 255) = 31.19%
R=34.33%
G=34.48%
B=31.19%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2192201990.0000.100.1462.8623.0882.16
HexDBDCC700AE3f1752
Octal3333343070012167727122
Binary1101101111011100110001110010101110111111101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDCC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDCC7; }

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

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

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

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

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

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

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

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