#DDD8CB

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

Shades of White Pointer #DDD8CB

Tints of White Pointer #DDD8CB

Color information

#DDD8CB (or 0xDDD8CB) is unknown color: approx White Pointer. HEX triplet: DD, D8 and CB. RGB value is (221,216,203). Sum of RGB (Red+Green+Blue) = 221+216+203=640 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.53% from 640); Green value is 216 (84.77% from 255 or 33.75% from 640); Blue value is 203 (79.69% from 255 or 31.72% from 640); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD8CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD8CB is #222734. Grayscale: #D8D8D8. Windows color (decimal): -2238261 or 13359325. OLE color: 13359325.

HSL color Cylindrical-coordinate representation of color #DDD8CB: hue angle of 43.33º degrees, saturation: 0.21, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DDD8CB is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB221216203-
CMYK00.020.080.13
HSL43.33º20.93%83.14%-
HSV(B)43.33º8.14%86.67%-
XYZ65.1568.866.34-
YUV216.01120.66131.56-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.53%
GREEN value IS 216 (84.77% from 255) = 33.75%
BLUE value IS 203 (79.69% from 255) = 31.72%
R=34.53%
G=33.75%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121620300.020.080.1343.3320.9383.14
HexDDD8CB028D2b1553
Octal3353303130210155325123
Binary11011101110110001100101101010001101101011101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD8CB; }

 p { color: rgb(221,216,203); }

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

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

 a { background-color: rgb(221,216,203); }

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

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

 span { border-color: rgb(221,216,203); }

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