#DAD8D9

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

Shades of Prim #DAD8D9

Tints of Prim #DAD8D9

Color information

#DAD8D9 (or 0xDAD8D9) is unknown color: approx Prim. HEX triplet: DA, D8 and D9. RGB value is (218,216,217). Sum of RGB (Red+Green+Blue) = 218+216+217=651 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.49% from 651); Green value is 216 (84.77% from 255 or 33.18% from 651); Blue value is 217 (85.16% from 255 or 33.33% from 651); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD8D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD8D9 is #252726. Grayscale: #D8D8D8. Windows color (decimal): -2434855 or 14276826. OLE color: 14276826.

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

Color convert

RGB218216217-
CMYK00.010.000.15
HSL330º2.63%85.1%-
HSV(B)330º0.92%85.49%-
XYZ65.9969.0375.49-
YUV216.71128.16128.92-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.49%
GREEN value IS 216 (84.77% from 255) = 33.18%
BLUE value IS 217 (85.16% from 255) = 33.33%
R=33.49%
G=33.18%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.00
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821621700.010.000.153302.6385.1
HexDAD8D9010F14a355
Octal332330331010175123125
Binary1101101011011000110110010101111101001010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD8D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD8D9; }

 p { color: rgb(218,216,217); }

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

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

 a { background-color: rgb(218,216,217); }

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

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

 span { border-color: rgb(218,216,217); }

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