#DACCCB

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

Shades of Light Grey #DACCCB

Tints of Light Grey #DACCCB

Color information

#DACCCB (or 0xDACCCB) is unknown color: approx Light Grey. HEX triplet: DA, CC and CB. RGB value is (218,204,203). Sum of RGB (Red+Green+Blue) = 218+204+203=625 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.88% from 625); Green value is 204 (80.08% from 255 or 32.64% from 625); Blue value is 203 (79.69% from 255 or 32.48% from 625); Max value from RGB is 218 - color contains mainly: red. Hex color #DACCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACCCB is #253334. Grayscale: #D0D0D0. Windows color (decimal): -2437941 or 13356250. OLE color: 13356250.

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

Color convert

RGB218204203-
CMYK00.060.070.15
HSL16.85%82.55%-
HSV(B)6.88%85.49%-
XYZ61.2962.465.31-
YUV208.07125.14135.08-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.88%
GREEN value IS 204 (80.08% from 255) = 32.64%
BLUE value IS 203 (79.69% from 255) = 32.48%
R=34.88%
G=32.64%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820420300.060.070.15416.8582.55
HexDACCCB067F41153
Octal33231431306717421123
Binary11011010110011001100101101101111111100100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACCCB; }

 p { color: rgb(218,204,203); }

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

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

 a { background-color: rgb(218,204,203); }

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

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

 span { border-color: rgb(218,204,203); }

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