#D6D3CC

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

Shades of White Pointer #D6D3CC

Tints of White Pointer #D6D3CC

Color information

#D6D3CC (or 0xD6D3CC) is unknown color: approx White Pointer. HEX triplet: D6, D3 and CC. RGB value is (214,211,204). Sum of RGB (Red+Green+Blue) = 214+211+204=629 (83% of max value = 765). Red value is 214 (83.98% from 255 or 34.02% from 629); Green value is 211 (82.81% from 255 or 33.55% from 629); Blue value is 204 (80.08% from 255 or 32.43% from 629); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D3CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D3CC is #292C33. Grayscale: #D3D3D3. Windows color (decimal): -2698292 or 13423574. OLE color: 13423574.

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

Color convert

RGB214211204-
CMYK00.010.050.16
HSL42º10.87%81.96%-
HSV(B)42º4.67%83.92%-
XYZ61.9265.2466.46-
YUV211.1123.99130.07-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.02%
GREEN value IS 211 (82.81% from 255) = 33.55%
BLUE value IS 204 (80.08% from 255) = 32.43%
R=34.02%
G=33.55%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21421120400.010.050.164210.8781.96
HexD6D3CC015102ab52
Octal326323314015205213122
Binary110101101101001111001100011011000010101010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D3CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D3CC; }

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

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

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

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

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

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

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

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