#D8D5CD

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

Shades of White Pointer #D8D5CD

Tints of White Pointer #D8D5CD

Color information

#D8D5CD (or 0xD8D5CD) is unknown color: approx White Pointer. HEX triplet: D8, D5 and CD. RGB value is (216,213,205). Sum of RGB (Red+Green+Blue) = 216+213+205=634 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.07% from 634); Green value is 213 (83.59% from 255 or 33.60% from 634); Blue value is 205 (80.47% from 255 or 32.33% from 634); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D5CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8D5CD is #272A32. Grayscale: #D5D5D5. Windows color (decimal): -2566707 or 13489624. OLE color: 13489624.

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

Color convert

RGB216213205-
CMYK00.010.050.15
HSL43.64º12.36%82.55%-
HSV(B)43.64º5.09%84.71%-
XYZ63.1366.667.28-
YUV212.98123.49130.15-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.07%
GREEN value IS 213 (83.59% from 255) = 33.60%
BLUE value IS 205 (80.47% 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.15
SystemRedGreenBlueCMYKHSL
Decimal21621320500.010.050.1543.6412.3682.55
HexD8D5CD015F2cc53
Octal330325315015175414123
Binary11011000110101011100110101101111110110011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D5CD; }

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

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

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

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

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

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

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

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