#DF98AA

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

Shades of Kobi #DF98AA

Tints of Kobi #DF98AA

Color information

#DF98AA (or 0xDF98AA) is unknown color: approx Kobi. HEX triplet: DF, 98 and AA. RGB value is (223,152,170). Sum of RGB (Red+Green+Blue) = 223+152+170=545 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.92% from 545); Green value is 152 (59.77% from 255 or 27.89% from 545); Blue value is 170 (66.80% from 255 or 31.19% from 545); Max value from RGB is 223 - color contains mainly: red. Hex color #DF98AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF98AA is #206755. Grayscale: #AFAFAF. Windows color (decimal): -2123606 or 11180255. OLE color: 11180255.

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

Color convert

RGB223152170-
CMYK00.320.240.13
HSL344.79º52.59%73.53%-
HSV(B)344.79º31.84%87.45%-
XYZ48.9241.0543.37-
YUV175.28125.02162.04-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.92%
GREEN value IS 152 (59.77% from 255) = 27.89%
BLUE value IS 170 (66.80% from 255) = 31.19%
R=40.92%
G=27.89%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315217000.320.240.13344.7952.5973.53
HexDF98AA02018D159354a
Octal337230252040301553165112
Binary11011111100110001010101001000001100011011010110011101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF98AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF98AA; }

 p { color: rgb(223,152,170); }

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

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

 a { background-color: rgb(223,152,170); }

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

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

 span { border-color: rgb(223,152,170); }

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