#D7D4CB

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

Shades of White Pointer #D7D4CB

Tints of White Pointer #D7D4CB

Color information

#D7D4CB (or 0xD7D4CB) is unknown color: approx White Pointer. HEX triplet: D7, D4 and CB. RGB value is (215,212,203). Sum of RGB (Red+Green+Blue) = 215+212+203=630 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.13% from 630); Green value is 212 (83.20% from 255 or 33.65% from 630); Blue value is 203 (79.69% from 255 or 32.22% from 630); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D4CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7D4CB is #282B34. Grayscale: #D3D3D3. Windows color (decimal): -2632501 or 13358295. OLE color: 13358295.

HSL color Cylindrical-coordinate representation of color #D7D4CB: 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 #D7D4CB is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB215212203-
CMYK00.010.060.16
HSL45º13.04%81.96%-
HSV(B)45º5.58%84.31%-
XYZ62.3565.8565.92-
YUV211.87122.99130.23-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.13%
GREEN value IS 212 (83.20% from 255) = 33.65%
BLUE value IS 203 (79.69% 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
Decimal21521220300.010.060.164513.0481.96
HexD7D4CB016102dd52
Octal327324313016205515122
Binary110101111101010011001011011101000010110111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D4CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D4CB; }

 p { color: rgb(215,212,203); }

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

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

 a { background-color: rgb(215,212,203); }

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

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

 span { border-color: rgb(215,212,203); }

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