#DD9698

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

Shades of Wewak #DD9698

Tints of Wewak #DD9698

Color information

#DD9698 (or 0xDD9698) is unknown color: approx Wewak. HEX triplet: DD, 96 and 98. RGB value is (221,150,152). Sum of RGB (Red+Green+Blue) = 221+150+152=523 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.26% from 523); Green value is 150 (58.98% from 255 or 28.68% from 523); Blue value is 152 (59.77% from 255 or 29.06% from 523); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9698 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9698 is #226967. Grayscale: #ABABAB. Windows color (decimal): -2255208 or 10000093. OLE color: 10000093.

HSL color Cylindrical-coordinate representation of color #DD9698: hue angle of 358.31º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DD9698 is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB221150152-
CMYK00.320.310.13
HSL358.31º51.08%72.75%-
HSV(B)358.31º32.13%86.67%-
XYZ46.3939.4534.88-
YUV171.46117.02163.34-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.26%
GREEN value IS 150 (58.98% from 255) = 28.68%
BLUE value IS 152 (59.77% from 255) = 29.06%
R=42.26%
G=28.68%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115015200.320.310.13358.3151.0872.75
HexDD96980201FD1663349
Octal335226230040371554663111
Binary11011101100101101001100001000001111111011011001101100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9698; }

 p { color: rgb(221,150,152); }

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

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

 a { background-color: rgb(221,150,152); }

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

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

 span { border-color: rgb(221,150,152); }

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