#DCD8CC

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

Shades of White Pointer #DCD8CC

Tints of White Pointer #DCD8CC

Color information

#DCD8CC (or 0xDCD8CC) is unknown color: approx White Pointer. HEX triplet: DC, D8 and CC. RGB value is (220,216,204). Sum of RGB (Red+Green+Blue) = 220+216+204=640 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.38% from 640); Green value is 216 (84.77% from 255 or 33.75% from 640); Blue value is 204 (80.08% from 255 or 31.88% from 640); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD8CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD8CC is #232733. Grayscale: #D7D7D7. Windows color (decimal): -2303796 or 13424860. OLE color: 13424860.

HSL color Cylindrical-coordinate representation of color #DCD8CC: hue angle of 45º degrees, saturation: 0.19, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DCD8CC is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB220216204-
CMYK00.020.070.14
HSL45º18.6%83.14%-
HSV(B)45º7.27%86.27%-
XYZ64.9768.6966.96-
YUV215.83121.33130.98-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.38%
GREEN value IS 216 (84.77% from 255) = 33.75%
BLUE value IS 204 (80.08% from 255) = 31.88%
R=34.38%
G=33.75%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021620400.020.070.144518.683.14
HexDCD8CC027E2d1353
Octal334330314027165523123
Binary1101110011011000110011000101111110101101100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD8CC; }

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

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

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

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

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

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

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

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