#DD99AE

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

Shades of Kobi #DD99AE

Tints of Kobi #DD99AE

Color information

#DD99AE (or 0xDD99AE) is unknown color: approx Kobi. HEX triplet: DD, 99 and AE. RGB value is (221,153,174). Sum of RGB (Red+Green+Blue) = 221+153+174=548 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.33% from 548); Green value is 153 (60.16% from 255 or 27.92% from 548); Blue value is 174 (68.36% from 255 or 31.75% from 548); Max value from RGB is 221 - color contains mainly: red. Hex color #DD99AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD99AE is #226651. Grayscale: #AFAFAF. Windows color (decimal): -2254418 or 11442653. OLE color: 11442653.

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

Color convert

RGB221153174-
CMYK00.310.210.13
HSL341.47º50%73.33%-
HSV(B)341.47º30.77%86.67%-
XYZ48.8541.2145.42-
YUV175.73127.03160.29-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.33%
GREEN value IS 153 (60.16% from 255) = 27.92%
BLUE value IS 174 (68.36% from 255) = 31.75%
R=40.33%
G=27.92%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115317400.310.210.13341.475073.33
HexDD99AE01F15D1553249
Octal335231256037251552562111
Binary1101110110011001101011100111111010111011010101011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD99AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD99AE; }

 p { color: rgb(221,153,174); }

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

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

 a { background-color: rgb(221,153,174); }

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

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

 span { border-color: rgb(221,153,174); }

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