#D7D4CC

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

Shades of White Pointer #D7D4CC

Tints of White Pointer #D7D4CC

Color information

#D7D4CC (or 0xD7D4CC) is unknown color: approx White Pointer. HEX triplet: D7, D4 and CC. RGB value is (215,212,204). Sum of RGB (Red+Green+Blue) = 215+212+204=631 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.07% from 631); Green value is 212 (83.20% from 255 or 33.60% from 631); Blue value is 204 (80.08% from 255 or 32.33% from 631); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D4CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7D4CC is #282B33. Grayscale: #D4D4D4. Windows color (decimal): -2632500 or 13423831. OLE color: 13423831.

HSL color Cylindrical-coordinate representation of color #D7D4CC: hue angle of 43.64º degrees, saturation: 0.12, 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 #D7D4CC is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB215212204-
CMYK00.010.050.16
HSL43.64º12.09%82.16%-
HSV(B)43.64º5.12%84.31%-
XYZ62.4765.8966.55-
YUV211.98123.49130.15-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.07%
GREEN value IS 212 (83.20% from 255) = 33.60%
BLUE value IS 204 (80.08% from 255) = 32.33%
R=34.07%
G=33.60%
B=32.33%

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
Decimal21521220400.010.050.1643.6412.0982.16
HexD7D4CC015102cc52
Octal327324314015205414122
Binary110101111101010011001100011011000010110011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D4CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D4CC; }

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

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

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

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

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

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

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

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