#D7D3C8

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

Shades of White Pointer #D7D3C8

Tints of White Pointer #D7D3C8

Color information

#D7D3C8 (or 0xD7D3C8) is unknown color: approx White Pointer. HEX triplet: D7, D3 and C8. RGB value is (215,211,200). Sum of RGB (Red+Green+Blue) = 215+211+200=626 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.35% from 626); Green value is 211 (82.81% from 255 or 33.71% from 626); Blue value is 200 (78.52% from 255 or 31.95% from 626); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D3C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7D3C8 is #282C37. Grayscale: #D2D2D2. Windows color (decimal): -2632760 or 13161431. OLE color: 13161431.

HSL color Cylindrical-coordinate representation of color #D7D3C8: hue angle of 44º degrees, saturation: 0.16, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D7D3C8 is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB215211200-
CMYK00.020.070.16
HSL44º15.79%81.37%-
HSV(B)44º6.98%84.31%-
XYZ61.7465.2163.98-
YUV210.94121.83130.89-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.35%
GREEN value IS 211 (82.81% from 255) = 33.71%
BLUE value IS 200 (78.52% from 255) = 31.95%
R=34.35%
G=33.71%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21521120000.020.070.164415.7981.37
HexD7D3C8027102c1051
Octal327323310027205420121
Binary11010111110100111100100001011110000101100100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D3C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D3C8; }

 p { color: rgb(215,211,200); }

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

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

 a { background-color: rgb(215,211,200); }

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

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

 span { border-color: rgb(215,211,200); }

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