#DAD2C0

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

Shades of Blanc #DAD2C0

Tints of Blanc #DAD2C0

Color information

#DAD2C0 (or 0xDAD2C0) is unknown color: approx Blanc. HEX triplet: DA, D2 and C0. RGB value is (218,210,192). Sum of RGB (Red+Green+Blue) = 218+210+192=620 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.16% from 620); Green value is 210 (82.42% from 255 or 33.87% from 620); Blue value is 192 (75.39% from 255 or 30.97% from 620); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD2C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD2C0 is #252D3F. Grayscale: #D2D2D2. Windows color (decimal): -2436416 or 12636890. OLE color: 12636890.

HSL color Cylindrical-coordinate representation of color #DAD2C0: hue angle of 41.54º degrees, saturation: 0.26, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DAD2C0 is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB218210192-
CMYK00.040.120.15
HSL41.54º26%80.39%-
HSV(B)41.54º11.93%85.49%-
XYZ61.4764.859.14-
YUV210.34117.65133.46-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.16%
GREEN value IS 210 (82.42% from 255) = 33.87%
BLUE value IS 192 (75.39% from 255) = 30.97%
R=35.16%
G=33.87%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821019200.040.120.1541.542680.39
HexDAD2C004CF2a1a50
Octal3323223000414175232120
Binary110110101101001011000000010011001111101010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD2C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD2C0; }

 p { color: rgb(218,210,192); }

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

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

 a { background-color: rgb(218,210,192); }

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

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

 span { border-color: rgb(218,210,192); }

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