#DAD6CC

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

Shades of White Pointer #DAD6CC

Tints of White Pointer #DAD6CC

Color information

#DAD6CC (or 0xDAD6CC) is unknown color: approx White Pointer. HEX triplet: DA, D6 and CC. RGB value is (218,214,204). Sum of RGB (Red+Green+Blue) = 218+214+204=636 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.28% from 636); Green value is 214 (83.98% from 255 or 33.65% from 636); Blue value is 204 (80.08% from 255 or 32.08% from 636); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD6CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD6CC is #252933. Grayscale: #D6D6D6. Windows color (decimal): -2435380 or 13424346. OLE color: 13424346.

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

Color convert

RGB218214204-
CMYK00.020.060.15
HSL42.86º15.91%82.75%-
HSV(B)42.86º6.42%85.49%-
XYZ63.8667.3666.76-
YUV214.06122.33130.81-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.28%
GREEN value IS 214 (83.98% from 255) = 33.65%
BLUE value IS 204 (80.08% from 255) = 32.08%
R=34.28%
G=33.65%
B=32.08%

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
Decimal21821420400.020.060.1542.8615.9182.75
HexDAD6CC026F2b1053
Octal332326314026175320123
Binary1101101011010110110011000101101111101011100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD6CC; }

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

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

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

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

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

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

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

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