#DD9DAD

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

Shades of Kobi #DD9DAD

Tints of Kobi #DD9DAD

Color information

#DD9DAD (or 0xDD9DAD) is unknown color: approx Kobi. HEX triplet: DD, 9D and AD. RGB value is (221,157,173). Sum of RGB (Red+Green+Blue) = 221+157+173=551 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.11% from 551); Green value is 157 (61.72% from 255 or 28.49% from 551); Blue value is 173 (67.97% from 255 or 31.40% from 551); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9DAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9DAD is #226252. Grayscale: #B1B1B1. Windows color (decimal): -2253395 or 11378141. OLE color: 11378141.

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

Color convert

RGB221157173-
CMYK00.290.220.13
HSL345º48.48%74.12%-
HSV(B)345º28.96%86.67%-
XYZ49.4242.545.13-
YUV177.96125.2158.7-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.11%
GREEN value IS 157 (61.72% from 255) = 28.49%
BLUE value IS 173 (67.97% from 255) = 31.40%
R=40.11%
G=28.49%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115717300.290.220.1334548.4874.12
HexDD9DAD01D16D159304a
Octal335235255035261553160112
Binary1101110110011101101011010111011011011011010110011100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9DAD; }

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

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

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

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

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

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

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

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