#DAD7CE

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

Shades of White Pointer #DAD7CE

Tints of White Pointer #DAD7CE

Color information

#DAD7CE (or 0xDAD7CE) is unknown color: approx White Pointer. HEX triplet: DA, D7 and CE. RGB value is (218,215,206). Sum of RGB (Red+Green+Blue) = 218+215+206=639 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.12% from 639); Green value is 215 (84.38% from 255 or 33.65% from 639); Blue value is 206 (80.86% from 255 or 32.24% from 639); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD7CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD7CE is #252831. Grayscale: #D6D6D6. Windows color (decimal): -2435122 or 13555674. OLE color: 13555674.

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

Color convert

RGB218215206-
CMYK00.010.060.15
HSL45º13.95%83.14%-
HSV(B)45º5.5%85.49%-
XYZ64.3567.9668.12-
YUV214.87122.99130.23-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.12%
GREEN value IS 215 (84.38% from 255) = 33.65%
BLUE value IS 206 (80.86% from 255) = 32.24%
R=34.12%
G=33.65%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821520600.010.060.154513.9583.14
HexDAD7CE016F2de53
Octal332327316016175516123
Binary11011010110101111100111001110111110110111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD7CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD7CE; }

 p { color: rgb(218,215,206); }

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

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

 a { background-color: rgb(218,215,206); }

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

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

 span { border-color: rgb(218,215,206); }

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