#DF97AB

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

Shades of Kobi #DF97AB

Tints of Kobi #DF97AB

Color information

#DF97AB (or 0xDF97AB) is unknown color: approx Kobi. HEX triplet: DF, 97 and AB. RGB value is (223,151,171). Sum of RGB (Red+Green+Blue) = 223+151+171=545 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.92% from 545); Green value is 151 (59.38% from 255 or 27.71% from 545); Blue value is 171 (67.19% from 255 or 31.38% from 545); Max value from RGB is 223 - color contains mainly: red. Hex color #DF97AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF97AB is #206854. Grayscale: #AEAEAE. Windows color (decimal): -2123861 or 11245535. OLE color: 11245535.

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

Color convert

RGB223151171-
CMYK00.320.230.13
HSL343.33º52.94%73.33%-
HSV(B)343.33º32.29%87.45%-
XYZ48.8540.7643.82-
YUV174.81125.85162.37-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.92%
GREEN value IS 151 (59.38% from 255) = 27.71%
BLUE value IS 171 (67.19% from 255) = 31.38%
R=40.92%
G=27.71%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315117100.320.230.13343.3352.9473.33
HexDF97AB02017D1573549
Octal337227253040271552765111
Binary11011111100101111010101101000001011111011010101111101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF97AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF97AB; }

 p { color: rgb(223,151,171); }

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

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

 a { background-color: rgb(223,151,171); }

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

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

 span { border-color: rgb(223,151,171); }

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