#DAD4C5

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

Shades of White Pointer #DAD4C5

Tints of White Pointer #DAD4C5

Color information

#DAD4C5 (or 0xDAD4C5) is unknown color: approx White Pointer. HEX triplet: DA, D4 and C5. RGB value is (218,212,197). Sum of RGB (Red+Green+Blue) = 218+212+197=627 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.77% from 627); Green value is 212 (83.20% from 255 or 33.81% from 627); Blue value is 197 (77.34% from 255 or 31.42% from 627); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD4C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD4C5 is #252B3A. Grayscale: #D4D4D4. Windows color (decimal): -2435899 or 12965082. OLE color: 12965082.

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

Color convert

RGB218212197-
CMYK00.030.100.15
HSL42.86º22.11%81.37%-
HSV(B)42.86º9.63%85.49%-
XYZ62.5366.0262.27-
YUV212.08119.49132.22-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.77%
GREEN value IS 212 (83.20% from 255) = 33.81%
BLUE value IS 197 (77.34% from 255) = 31.42%
R=34.77%
G=33.81%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821219700.030.100.1542.8622.1181.37
HexDAD4C503AF2b1651
Octal3323243050312175326121
Binary11011010110101001100010101110101111101011101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD4C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD4C5; }

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

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

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

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

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

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

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

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