#DAD3CA

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

Shades of Gallery #DAD3CA

Tints of Gallery #DAD3CA

Color information

#DAD3CA (or 0xDAD3CA) is unknown color: approx Gallery. HEX triplet: DA, D3 and CA. RGB value is (218,211,202). Sum of RGB (Red+Green+Blue) = 218+211+202=631 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.55% from 631); Green value is 211 (82.81% from 255 or 33.44% from 631); Blue value is 202 (79.30% from 255 or 32.01% from 631); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD3CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD3CA is #252C35. Grayscale: #D4D4D4. Windows color (decimal): -2436150 or 13292506. OLE color: 13292506.

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

Color convert

RGB218211202-
CMYK00.030.070.15
HSL33.75º17.78%82.35%-
HSV(B)33.75º7.34%85.49%-
XYZ62.8765.7665.26-
YUV212.07122.32132.23-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.55%
GREEN value IS 211 (82.81% from 255) = 33.44%
BLUE value IS 202 (79.30% from 255) = 32.01%
R=34.55%
G=33.44%
B=32.01%

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
Decimal21821120200.030.070.1533.7517.7882.35
HexDAD3CA037F221252
Octal332323312037174222122
Binary1101101011010011110010100111111111100010100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD3CA; }

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

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

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

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

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

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

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

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