#D8D5CC

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

Shades of White Pointer #D8D5CC

Tints of White Pointer #D8D5CC

Color information

#D8D5CC (or 0xD8D5CC) is unknown color: approx White Pointer. HEX triplet: D8, D5 and CC. RGB value is (216,213,204). Sum of RGB (Red+Green+Blue) = 216+213+204=633 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.12% from 633); Green value is 213 (83.59% from 255 or 33.65% from 633); Blue value is 204 (80.08% from 255 or 32.23% from 633); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D5CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8D5CC is #272A33. Grayscale: #D4D4D4. Windows color (decimal): -2566708 or 13424088. OLE color: 13424088.

HSL color Cylindrical-coordinate representation of color #D8D5CC: hue angle of 45º degrees, saturation: 0.13, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D8D5CC is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB216213204-
CMYK00.010.060.15
HSL45º13.33%82.35%-
HSV(B)45º5.56%84.71%-
XYZ63.0166.5566.65-
YUV212.87122.99130.23-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.12%
GREEN value IS 213 (83.59% from 255) = 33.65%
BLUE value IS 204 (80.08% from 255) = 32.23%
R=34.12%
G=33.65%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21621320400.010.060.154513.3382.35
HexD8D5CC016F2dd52
Octal330325314016175515122
Binary11011000110101011100110001110111110110111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D5CC; }

 p { color: rgb(216,213,204); }

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

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

 a { background-color: rgb(216,213,204); }

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

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

 span { border-color: rgb(216,213,204); }

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