#DBDCC5

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

Shades of Green White #DBDCC5

Tints of Green White #DBDCC5

Color information

#DBDCC5 (or 0xDBDCC5) is unknown color: approx Green White. HEX triplet: DB, DC and C5. RGB value is (219,220,197). Sum of RGB (Red+Green+Blue) = 219+220+197=636 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.43% from 636); Green value is 220 (86.33% from 255 or 34.59% from 636); Blue value is 197 (77.34% from 255 or 30.97% from 636); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDCC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDCC5 is #24233A. Grayscale: #D9D9D9. Windows color (decimal): -2368315 or 12967131. OLE color: 12967131.

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

Color convert

RGB219220197-
CMYK0.0000.100.14
HSL62.61º24.73%81.76%-
HSV(B)62.61º10.45%86.27%-
XYZ64.8870.2862.97-
YUV217.08116.67129.37-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.43%
GREEN value IS 220 (86.33% from 255) = 34.59%
BLUE value IS 197 (77.34% from 255) = 30.97%
R=34.43%
G=34.59%
B=30.97%

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
Decimal2192201970.0000.100.1462.6124.7381.76
HexDBDCC500AE3f1952
Octal3333343050012167731122
Binary1101101111011100110001010010101110111111110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDCC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDCC5; }

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

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

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

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

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

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

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

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