#D8D3C7

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

Shades of White Pointer #D8D3C7

Tints of White Pointer #D8D3C7

Color information

#D8D3C7 (or 0xD8D3C7) is unknown color: approx White Pointer. HEX triplet: D8, D3 and C7. RGB value is (216,211,199). Sum of RGB (Red+Green+Blue) = 216+211+199=626 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.50% from 626); Green value is 211 (82.81% from 255 or 33.71% from 626); Blue value is 199 (78.12% from 255 or 31.79% from 626); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D3C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8D3C7 is #272C38. Grayscale: #D3D3D3. Windows color (decimal): -2567225 or 13095896. OLE color: 13095896.

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

Color convert

RGB216211199-
CMYK00.020.080.15
HSL42.35º17.89%81.37%-
HSV(B)42.35º7.87%84.71%-
XYZ61.9265.3163.38-
YUV211.13121.16131.48-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.50%
GREEN value IS 211 (82.81% from 255) = 33.71%
BLUE value IS 199 (78.12% from 255) = 31.79%
R=34.50%
G=33.71%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21621119900.020.080.1542.3517.8981.37
HexD8D3C7028F2a1251
Octal3303233070210175222121
Binary11011000110100111100011101010001111101010100101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D3C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D3C7; }

 p { color: rgb(216,211,199); }

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

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

 a { background-color: rgb(216,211,199); }

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

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

 span { border-color: rgb(216,211,199); }

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