#DAD3CC

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

Shades of Gallery #DAD3CC

Tints of Gallery #DAD3CC

Color information

#DAD3CC (or 0xDAD3CC) is unknown color: approx Gallery. HEX triplet: DA, D3 and CC. RGB value is (218,211,204). Sum of RGB (Red+Green+Blue) = 218+211+204=633 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.44% from 633); Green value is 211 (82.81% from 255 or 33.33% from 633); Blue value is 204 (80.08% from 255 or 32.23% from 633); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD3CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD3CC is #252C33. Grayscale: #D4D4D4. Windows color (decimal): -2436148 or 13423578. OLE color: 13423578.

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

Color convert

RGB218211204-
CMYK00.030.060.15
HSL30º15.91%82.75%-
HSV(B)30º6.42%85.49%-
XYZ63.1165.8566.51-
YUV212.3123.32132.07-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.44%
GREEN value IS 211 (82.81% from 255) = 33.33%
BLUE value IS 204 (80.08% from 255) = 32.23%
R=34.44%
G=33.33%
B=32.23%

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
Decimal21821120400.030.060.153015.9182.75
HexDAD3CC036F1e1053
Octal332323314036173620123
Binary110110101101001111001100011110111111110100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD3CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD3CC; }

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

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

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

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

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

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

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

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