#DAD5CA

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

Shades of White Pointer #DAD5CA

Tints of White Pointer #DAD5CA

Color information

#DAD5CA (or 0xDAD5CA) is unknown color: approx White Pointer. HEX triplet: DA, D5 and CA. RGB value is (218,213,202). Sum of RGB (Red+Green+Blue) = 218+213+202=633 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.44% from 633); Green value is 213 (83.59% from 255 or 33.65% from 633); Blue value is 202 (79.30% from 255 or 31.91% from 633); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD5CA is #252A35. Grayscale: #D5D5D5. Windows color (decimal): -2435638 or 13293018. OLE color: 13293018.

HSL color Cylindrical-coordinate representation of color #DAD5CA: hue angle of 41.25º degrees, saturation: 0.18, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DAD5CA is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB218213202-
CMYK00.020.070.15
HSL41.25º17.78%82.35%-
HSV(B)41.25º7.34%85.49%-
XYZ63.3766.7665.42-
YUV213.24121.66131.39-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.44%
GREEN value IS 213 (83.59% from 255) = 33.65%
BLUE value IS 202 (79.30% from 255) = 31.91%
R=34.44%
G=33.65%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821320200.020.070.1541.2517.7882.35
HexDAD5CA027F291252
Octal332325312027175122122
Binary1101101011010101110010100101111111101001100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD5CA; }

 p { color: rgb(218,213,202); }

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

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

 a { background-color: rgb(218,213,202); }

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

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

 span { border-color: rgb(218,213,202); }

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