#DCD5C6

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

Shades of White Pointer #DCD5C6

Tints of White Pointer #DCD5C6

Color information

#DCD5C6 (or 0xDCD5C6) is unknown color: approx White Pointer. HEX triplet: DC, D5 and C6. RGB value is (220,213,198). Sum of RGB (Red+Green+Blue) = 220+213+198=631 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.87% from 631); Green value is 213 (83.59% from 255 or 33.76% from 631); Blue value is 198 (77.73% from 255 or 31.38% from 631); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD5C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD5C6 is #232A39. Grayscale: #D5D5D5. Windows color (decimal): -2304570 or 13030876. OLE color: 13030876.

HSL color Cylindrical-coordinate representation of color #DCD5C6: hue angle of 40.91º degrees, saturation: 0.24, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DCD5C6 is Cyan = 0, Magento = 0.03, Yellow = 0.1 and Black (K on CMYK) = 0.14.

Color convert

RGB220213198-
CMYK00.030.10.14
HSL40.91º23.91%81.96%-
HSV(B)40.91º10%86.27%-
XYZ63.566.8862.99-
YUV213.38119.32132.72-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.87%
GREEN value IS 213 (83.59% from 255) = 33.76%
BLUE value IS 198 (77.73% from 255) = 31.38%
R=34.87%
G=33.76%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.1
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021319800.030.10.1440.9123.9181.96
HexDCD5C603AE291852
Octal3343253060312165130122
Binary11011100110101011100011001110101110101001110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD5C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD5C6; }

 p { color: rgb(220,213,198); }

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

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

 a { background-color: rgb(220,213,198); }

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

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

 span { border-color: rgb(220,213,198); }

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