#DCD8CE

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

Shades of White Pointer #DCD8CE

Tints of White Pointer #DCD8CE

Color information

#DCD8CE (or 0xDCD8CE) is unknown color: approx White Pointer. HEX triplet: DC, D8 and CE. RGB value is (220,216,206). Sum of RGB (Red+Green+Blue) = 220+216+206=642 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.27% from 642); Green value is 216 (84.77% from 255 or 33.64% from 642); Blue value is 206 (80.86% from 255 or 32.09% from 642); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD8CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD8CE is #232731. Grayscale: #D8D8D8. Windows color (decimal): -2303794 or 13555932. OLE color: 13555932.

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

Color convert

RGB220216206-
CMYK00.020.060.14
HSL42.86º16.67%83.53%-
HSV(B)42.86º6.36%86.27%-
XYZ65.2168.7868.23-
YUV216.06122.33130.81-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.27%
GREEN value IS 216 (84.77% from 255) = 33.64%
BLUE value IS 206 (80.86% from 255) = 32.09%
R=34.27%
G=33.64%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021620600.020.060.1442.8616.6783.53
HexDCD8CE026E2b1154
Octal334330316026165321124
Binary1101110011011000110011100101101110101011100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD8CE; }

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

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

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

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

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

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

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

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