#DF94AA

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

Shades of Kobi #DF94AA

Tints of Kobi #DF94AA

Color information

#DF94AA (or 0xDF94AA) is unknown color: approx Kobi. HEX triplet: DF, 94 and AA. RGB value is (223,148,170). Sum of RGB (Red+Green+Blue) = 223+148+170=541 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.22% from 541); Green value is 148 (58.20% from 255 or 27.36% from 541); Blue value is 170 (66.80% from 255 or 31.42% from 541); Max value from RGB is 223 - color contains mainly: red. Hex color #DF94AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF94AA is #206B55. Grayscale: #ACACAC. Windows color (decimal): -2124630 or 11179231. OLE color: 11179231.

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

Color convert

RGB223148170-
CMYK00.340.240.13
HSL342.4º53.96%72.75%-
HSV(B)342.4º33.63%87.45%-
XYZ48.2839.7743.16-
YUV172.93126.35163.71-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.22%
GREEN value IS 148 (58.20% from 255) = 27.36%
BLUE value IS 170 (66.80% from 255) = 31.42%
R=41.22%
G=27.36%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314817000.340.240.13342.453.9672.75
HexDF94AA02218D1563649
Octal337224252042301552666111
Binary11011111100101001010101001000101100011011010101101101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF94AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF94AA; }

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

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

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

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

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

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

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

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