#DD98AE

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

Shades of Kobi #DD98AE

Tints of Kobi #DD98AE

Color information

#DD98AE (or 0xDD98AE) is unknown color: approx Kobi. HEX triplet: DD, 98 and AE. RGB value is (221,152,174). Sum of RGB (Red+Green+Blue) = 221+152+174=547 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.40% from 547); Green value is 152 (59.77% from 255 or 27.79% from 547); Blue value is 174 (68.36% from 255 or 31.81% from 547); Max value from RGB is 221 - color contains mainly: red. Hex color #DD98AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD98AE is #226751. Grayscale: #AFAFAF. Windows color (decimal): -2254674 or 11442397. OLE color: 11442397.

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

Color convert

RGB221152174-
CMYK00.310.210.13
HSL340.87º50.36%73.14%-
HSV(B)340.87º31.22%86.67%-
XYZ48.6940.8845.37-
YUV175.14127.36160.71-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.40%
GREEN value IS 152 (59.77% from 255) = 27.79%
BLUE value IS 174 (68.36% from 255) = 31.81%
R=40.40%
G=27.79%
B=31.81%

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
Decimal22115217400.310.210.13340.8750.3673.14
HexDD98AE01F15D1553249
Octal335230256037251552562111
Binary1101110110011000101011100111111010111011010101011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD98AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD98AE; }

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

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

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

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

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

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

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

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