#DDD8CA

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

Shades of White Pointer #DDD8CA

Tints of White Pointer #DDD8CA

Color information

#DDD8CA (or 0xDDD8CA) is unknown color: approx White Pointer. HEX triplet: DD, D8 and CA. RGB value is (221,216,202). Sum of RGB (Red+Green+Blue) = 221+216+202=639 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.59% from 639); Green value is 216 (84.77% from 255 or 33.80% from 639); Blue value is 202 (79.30% from 255 or 31.61% from 639); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD8CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD8CA is #222735. Grayscale: #D7D7D7. Windows color (decimal): -2238262 or 13293789. OLE color: 13293789.

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

Color convert

RGB221216202-
CMYK00.020.090.13
HSL44.21º21.84%82.94%-
HSV(B)44.21º8.6%86.67%-
XYZ65.0468.7565.72-
YUV215.9120.16131.64-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.59%
GREEN value IS 216 (84.77% from 255) = 33.80%
BLUE value IS 202 (79.30% from 255) = 31.61%
R=34.59%
G=33.80%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121620200.020.090.1344.2121.8482.94
HexDDD8CA029D2c1653
Octal3353303120211155426123
Binary11011101110110001100101001010011101101100101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD8CA; }

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

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

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

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

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

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

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

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