#DAD6CD

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

Shades of White Pointer #DAD6CD

Tints of White Pointer #DAD6CD

Color information

#DAD6CD (or 0xDAD6CD) is unknown color: approx White Pointer. HEX triplet: DA, D6 and CD. RGB value is (218,214,205). Sum of RGB (Red+Green+Blue) = 218+214+205=637 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.22% from 637); Green value is 214 (83.98% from 255 or 33.59% from 637); Blue value is 205 (80.47% from 255 or 32.18% from 637); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD6CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD6CD is #252932. Grayscale: #D6D6D6. Windows color (decimal): -2435379 or 13489882. OLE color: 13489882.

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

Color convert

RGB218214205-
CMYK00.020.060.15
HSL41.54º14.94%82.94%-
HSV(B)41.54º5.96%85.49%-
XYZ63.9867.4167.4-
YUV214.17122.83130.73-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.22%
GREEN value IS 214 (83.98% from 255) = 33.59%
BLUE value IS 205 (80.47% from 255) = 32.18%
R=34.22%
G=33.59%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821420500.020.060.1541.5414.9482.94
HexDAD6CD026F2af53
Octal332326315026175217123
Binary110110101101011011001101010110111110101011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD6CD; }

 p { color: rgb(218,214,205); }

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

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

 a { background-color: rgb(218,214,205); }

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

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

 span { border-color: rgb(218,214,205); }

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