#DD88AE

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

Shades of Kobi #DD88AE

Tints of Kobi #DD88AE

Color information

#DD88AE (or 0xDD88AE) is unknown color: approx Kobi. HEX triplet: DD, 88 and AE. RGB value is (221,136,174). Sum of RGB (Red+Green+Blue) = 221+136+174=531 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.62% from 531); Green value is 136 (53.52% from 255 or 25.61% from 531); Blue value is 174 (68.36% from 255 or 32.77% from 531); Max value from RGB is 221 - color contains mainly: red. Hex color #DD88AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD88AE is #227751. Grayscale: #A5A5A5. Windows color (decimal): -2258770 or 11438301. OLE color: 11438301.

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

Color convert

RGB221136174-
CMYK00.380.210.13
HSL333.18º55.56%70%-
HSV(B)333.18º38.46%86.67%-
XYZ46.2636.0444.56-
YUV165.75132.66167.41-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.62%
GREEN value IS 136 (53.52% from 255) = 25.61%
BLUE value IS 174 (68.36% from 255) = 32.77%
R=41.62%
G=25.61%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113617400.380.210.13333.1855.5670
HexDD88AE02615D14d3846
Octal335210256046251551570106
Binary11011101100010001010111001001101010111011010011011110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD88AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD88AE; }

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

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

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

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

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

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

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

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