#DD9DAF

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

Shades of Kobi #DD9DAF

Tints of Kobi #DD9DAF

Color information

#DD9DAF (or 0xDD9DAF) is unknown color: approx Kobi. HEX triplet: DD, 9D and AF. RGB value is (221,157,175). Sum of RGB (Red+Green+Blue) = 221+157+175=553 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.96% from 553); Green value is 157 (61.72% from 255 or 28.39% from 553); Blue value is 175 (68.75% from 255 or 31.65% from 553); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9DAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9DAF is #226250. Grayscale: #B2B2B2. Windows color (decimal): -2253393 or 11509213. OLE color: 11509213.

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

Color convert

RGB221157175-
CMYK00.290.210.13
HSL343.12º48.48%74.12%-
HSV(B)343.12º28.96%86.67%-
XYZ49.6142.5846.16-
YUV178.19126.2158.54-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.96%
GREEN value IS 157 (61.72% from 255) = 28.39%
BLUE value IS 175 (68.75% from 255) = 31.65%
R=39.96%
G=28.39%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115717500.290.210.13343.1248.4874.12
HexDD9DAF01D15D157304a
Octal335235257035251552760112
Binary1101110110011101101011110111011010111011010101111100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9DAF; }

 p { color: rgb(221,157,175); }

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

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

 a { background-color: rgb(221,157,175); }

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

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

 span { border-color: rgb(221,157,175); }

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