#DAD4CB

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

Shades of Gallery #DAD4CB

Tints of Gallery #DAD4CB

Color information

#DAD4CB (or 0xDAD4CB) is unknown color: approx Gallery. HEX triplet: DA, D4 and CB. RGB value is (218,212,203). Sum of RGB (Red+Green+Blue) = 218+212+203=633 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.44% from 633); Green value is 212 (83.20% from 255 or 33.49% from 633); Blue value is 203 (79.69% from 255 or 32.07% from 633); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD4CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD4CB is #252B34. Grayscale: #D4D4D4. Windows color (decimal): -2435893 or 13358298. OLE color: 13358298.

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

Color convert

RGB218212203-
CMYK00.030.070.15
HSL36º16.85%82.55%-
HSV(B)36º6.88%85.49%-
XYZ63.2466.365.96-
YUV212.77122.49131.73-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.44%
GREEN value IS 212 (83.20% from 255) = 33.49%
BLUE value IS 203 (79.69% from 255) = 32.07%
R=34.44%
G=33.49%
B=32.07%

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
Decimal21821220300.030.070.153616.8582.55
HexDAD4CB037F241153
Octal332324313037174421123
Binary1101101011010100110010110111111111100100100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD4CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD4CB; }

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

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

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

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

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

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

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

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