#D9D6CE

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

Shades of White Pointer #D9D6CE

Tints of White Pointer #D9D6CE

Color information

#D9D6CE (or 0xD9D6CE) is unknown color: approx White Pointer. HEX triplet: D9, D6 and CE. RGB value is (217,214,206). Sum of RGB (Red+Green+Blue) = 217+214+206=637 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.07% from 637); Green value is 214 (83.98% from 255 or 33.59% from 637); Blue value is 206 (80.86% from 255 or 32.34% from 637); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D6CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9D6CE is #262931. Grayscale: #D6D6D6. Windows color (decimal): -2500914 or 13555417. OLE color: 13555417.

HSL color Cylindrical-coordinate representation of color #D9D6CE: hue angle of 43.64º degrees, saturation: 0.13, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D9D6CE is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB217214206-
CMYK00.010.050.15
HSL43.64º12.64%82.94%-
HSV(B)43.64º5.07%85.1%-
XYZ63.867.368.02-
YUV213.98123.49130.15-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.07%
GREEN value IS 214 (83.98% from 255) = 33.59%
BLUE value IS 206 (80.86% from 255) = 32.34%
R=34.07%
G=33.59%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21721420600.010.050.1543.6412.6482.94
HexD9D6CE015F2cd53
Octal331326316015175415123
Binary11011001110101101100111001101111110110011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D6CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D6CE; }

 p { color: rgb(217,214,206); }

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

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

 a { background-color: rgb(217,214,206); }

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

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

 span { border-color: rgb(217,214,206); }

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