#D6D3CA

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

Shades of White Pointer #D6D3CA

Tints of White Pointer #D6D3CA

Color information

#D6D3CA (or 0xD6D3CA) is unknown color: approx White Pointer. HEX triplet: D6, D3 and CA. RGB value is (214,211,202). Sum of RGB (Red+Green+Blue) = 214+211+202=627 (83% of max value = 765). Red value is 214 (83.98% from 255 or 34.13% from 627); Green value is 211 (82.81% from 255 or 33.65% from 627); Blue value is 202 (79.30% from 255 or 32.22% from 627); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D3CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D3CA is #292C35. Grayscale: #D2D2D2. Windows color (decimal): -2698294 or 13292502. OLE color: 13292502.

HSL color Cylindrical-coordinate representation of color #D6D3CA: hue angle of 45º degrees, saturation: 0.13, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D6D3CA is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB214211202-
CMYK00.010.060.16
HSL45º12.77%81.57%-
HSV(B)45º5.61%83.92%-
XYZ61.6965.1565.2-
YUV210.87122.99130.23-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.13%
GREEN value IS 211 (82.81% from 255) = 33.65%
BLUE value IS 202 (79.30% from 255) = 32.22%
R=34.13%
G=33.65%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21421120200.010.060.164512.7781.57
HexD6D3CA016102dd52
Octal326323312016205515122
Binary110101101101001111001010011101000010110111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D3CA; }

 p { color: rgb(214,211,202); }

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

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

 a { background-color: rgb(214,211,202); }

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

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

 span { border-color: rgb(214,211,202); }

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