#DAD1D4

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

Shades of Prim #DAD1D4

Tints of Prim #DAD1D4

Color information

#DAD1D4 (or 0xDAD1D4) is unknown color: approx Prim. HEX triplet: DA, D1 and D4. RGB value is (218,209,212). Sum of RGB (Red+Green+Blue) = 218+209+212=639 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.12% from 639); Green value is 209 (82.03% from 255 or 32.71% from 639); Blue value is 212 (83.20% from 255 or 33.18% from 639); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD1D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD1D4 is #252E2B. Grayscale: #D4D4D4. Windows color (decimal): -2436652 or 13947354. OLE color: 13947354.

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

Color convert

RGB218209212-
CMYK00.040.030.15
HSL340º10.84%83.73%-
HSV(B)340º4.13%85.49%-
XYZ63.665.2671.53-
YUV212.03127.98132.26-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.12%
GREEN value IS 209 (82.03% from 255) = 32.71%
BLUE value IS 212 (83.20% from 255) = 33.18%
R=34.12%
G=32.71%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820921200.040.030.1534010.8483.73
HexDAD1D4043F154b54
Octal3323213240431752413124
Binary110110101101000111010100010011111110101010010111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD1D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD1D4; }

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

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

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

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

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

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

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

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