#DBCDCD

Color #DBCDCD Light Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Grey #DBCDCD

Tints of Light Grey #DBCDCD

Color information

#DBCDCD (or 0xDBCDCD) is unknown color: approx Light Grey. HEX triplet: DB, CD and CD. RGB value is (219,205,205). Sum of RGB (Red+Green+Blue) = 219+205+205=629 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.82% from 629); Green value is 205 (80.47% from 255 or 32.59% from 629); Blue value is 205 (80.47% from 255 or 32.59% from 629); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCDCD is #243232. Grayscale: #D1D1D1. Windows color (decimal): -2372147 or 13487579. OLE color: 13487579.

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

Color convert

RGB219205205-
CMYK00.060.060.14
HSL16.28%83.14%-
HSV(B)6.39%85.88%-
XYZ62.0663.1366.67-
YUV209.19125.64135-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.82%
GREEN value IS 205 (80.47% from 255) = 32.59%
BLUE value IS 205 (80.47% from 255) = 32.59%
R=34.82%
G=32.59%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920520500.060.060.14016.2883.14
HexDBCDCD066E01053
Octal33331531506616020123
Binary110110111100110111001101011011011100100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCDCD; }

 p { color: rgb(219,205,205); }

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

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

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

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

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

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

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