#DAD3CB

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

Shades of Gallery #DAD3CB

Tints of Gallery #DAD3CB

Color information

#DAD3CB (or 0xDAD3CB) is unknown color: approx Gallery. HEX triplet: DA, D3 and CB. RGB value is (218,211,203). Sum of RGB (Red+Green+Blue) = 218+211+203=632 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.49% from 632); Green value is 211 (82.81% from 255 or 33.39% from 632); Blue value is 203 (79.69% from 255 or 32.12% from 632); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD3CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD3CB is #252C34. Grayscale: #D4D4D4. Windows color (decimal): -2436149 or 13358042. OLE color: 13358042.

HSL color Cylindrical-coordinate representation of color #DAD3CB: hue angle of 32º 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 #DAD3CB is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB218211203-
CMYK00.030.070.15
HSL32º16.85%82.55%-
HSV(B)32º6.88%85.49%-
XYZ62.9965.8165.88-
YUV212.18122.82132.15-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.49%
GREEN value IS 211 (82.81% from 255) = 33.39%
BLUE value IS 203 (79.69% from 255) = 32.12%
R=34.49%
G=33.39%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821120300.030.070.153216.8582.55
HexDAD3CB037F201153
Octal332323313037174021123
Binary1101101011010011110010110111111111100000100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD3CB; }

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

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

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

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

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

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

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

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