#DF95AE

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

Shades of Kobi #DF95AE

Tints of Kobi #DF95AE

Color information

#DF95AE (or 0xDF95AE) is unknown color: approx Kobi. HEX triplet: DF, 95 and AE. RGB value is (223,149,174). Sum of RGB (Red+Green+Blue) = 223+149+174=546 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.84% from 546); Green value is 149 (58.59% from 255 or 27.29% from 546); Blue value is 174 (68.36% from 255 or 31.87% from 546); Max value from RGB is 223 - color contains mainly: red. Hex color #DF95AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF95AE is #206A51. Grayscale: #ADADAD. Windows color (decimal): -2124370 or 11441631. OLE color: 11441631.

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

Color convert

RGB223149174-
CMYK00.330.220.13
HSL339.73º53.62%72.94%-
HSV(B)339.73º33.18%87.45%-
XYZ48.8240.2445.24-
YUV173.98128.02162.97-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.84%
GREEN value IS 149 (58.59% from 255) = 27.29%
BLUE value IS 174 (68.36% from 255) = 31.87%
R=40.84%
G=27.29%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314917400.330.220.13339.7353.6272.94
HexDF95AE02116D1543649
Octal337225256041261552466111
Binary11011111100101011010111001000011011011011010101001101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF95AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF95AE; }

 p { color: rgb(223,149,174); }

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

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

 a { background-color: rgb(223,149,174); }

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

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

 span { border-color: rgb(223,149,174); }

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