#DAD4CD

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

Shades of Gallery #DAD4CD

Tints of Gallery #DAD4CD

Color information

#DAD4CD (or 0xDAD4CD) is unknown color: approx Gallery. HEX triplet: DA, D4 and CD. RGB value is (218,212,205). Sum of RGB (Red+Green+Blue) = 218+212+205=635 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.33% from 635); Green value is 212 (83.20% from 255 or 33.39% from 635); Blue value is 205 (80.47% from 255 or 32.28% from 635); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD4CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD4CD is #252B32. Grayscale: #D5D5D5. Windows color (decimal): -2435891 or 13489370. OLE color: 13489370.

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

Color convert

RGB218212205-
CMYK00.030.060.15
HSL32.31º14.94%82.94%-
HSV(B)32.31º5.96%85.49%-
XYZ63.4866.467.23-
YUV213123.49131.57-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.33%
GREEN value IS 212 (83.20% from 255) = 33.39%
BLUE value IS 205 (80.47% from 255) = 32.28%
R=34.33%
G=33.39%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821220500.030.060.1532.3114.9482.94
HexDAD4CD036F20f53
Octal332324315036174017123
Binary110110101101010011001101011110111110000011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD4CD; }

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

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

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

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

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

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

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

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