#DDD6C7

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

Shades of White Pointer #DDD6C7

Tints of White Pointer #DDD6C7

Color information

#DDD6C7 (or 0xDDD6C7) is unknown color: approx White Pointer. HEX triplet: DD, D6 and C7. RGB value is (221,214,199). Sum of RGB (Red+Green+Blue) = 221+214+199=634 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.86% from 634); Green value is 214 (83.98% from 255 or 33.75% from 634); Blue value is 199 (78.12% from 255 or 31.39% from 634); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD6C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD6C7 is #222938. Grayscale: #D6D6D6. Windows color (decimal): -2238777 or 13096669. OLE color: 13096669.

HSL color Cylindrical-coordinate representation of color #DDD6C7: hue angle of 40.91º degrees, saturation: 0.24, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDD6C7 is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB221214199-
CMYK00.030.100.13
HSL40.91º24.44%82.35%-
HSV(B)40.91º9.95%86.67%-
XYZ64.1767.5963.7-
YUV214.38119.32132.72-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.86%
GREEN value IS 214 (83.98% from 255) = 33.75%
BLUE value IS 199 (78.12% from 255) = 31.39%
R=34.86%
G=33.75%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121419900.030.100.1340.9124.4482.35
HexDDD6C703AD291852
Octal3353263070312155130122
Binary11011101110101101100011101110101101101001110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD6C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD6C7; }

 p { color: rgb(221,214,199); }

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

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

 a { background-color: rgb(221,214,199); }

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

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

 span { border-color: rgb(221,214,199); }

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