#DDD7CA

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

Shades of White Pointer #DDD7CA

Tints of White Pointer #DDD7CA

Color information

#DDD7CA (or 0xDDD7CA) is unknown color: approx White Pointer. HEX triplet: DD, D7 and CA. RGB value is (221,215,202). Sum of RGB (Red+Green+Blue) = 221+215+202=638 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.64% from 638); Green value is 215 (84.38% from 255 or 33.70% from 638); Blue value is 202 (79.30% from 255 or 31.66% from 638); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD7CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD7CA is #222835. Grayscale: #D7D7D7. Windows color (decimal): -2238518 or 13293533. OLE color: 13293533.

HSL color Cylindrical-coordinate representation of color #DDD7CA: hue angle of 41.05º 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 #DDD7CA is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB221215202-
CMYK00.030.090.13
HSL41.05º21.84%82.94%-
HSV(B)41.05º8.6%86.67%-
XYZ64.7868.2465.63-
YUV215.31120.49132.06-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.64%
GREEN value IS 215 (84.38% from 255) = 33.70%
BLUE value IS 202 (79.30% from 255) = 31.66%
R=34.64%
G=33.70%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121520200.030.090.1341.0521.8482.94
HexDDD7CA039D291653
Octal3353273120311155126123
Binary11011101110101111100101001110011101101001101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD7CA; }

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

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

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

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

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

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

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

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