#DF90AF

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

Shades of Kobi #DF90AF

Tints of Kobi #DF90AF

Color information

#DF90AF (or 0xDF90AF) is unknown color: approx Kobi. HEX triplet: DF, 90 and AF. RGB value is (223,144,175). Sum of RGB (Red+Green+Blue) = 223+144+175=542 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.14% from 542); Green value is 144 (56.64% from 255 or 26.57% from 542); Blue value is 175 (68.75% from 255 or 32.29% from 542); Max value from RGB is 223 - color contains mainly: red. Hex color #DF90AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF90AF is #206F50. Grayscale: #ABABAB. Windows color (decimal): -2125649 or 11505887. OLE color: 11505887.

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

Color convert

RGB223144175-
CMYK00.350.220.13
HSL336.46º55.24%71.96%-
HSV(B)336.46º35.43%87.45%-
XYZ48.1438.7345.5-
YUV171.15130.17164.98-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.14%
GREEN value IS 144 (56.64% from 255) = 26.57%
BLUE value IS 175 (68.75% from 255) = 32.29%
R=41.14%
G=26.57%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314417500.350.220.13336.4655.2471.96
HexDF90AF02316D1503748
Octal337220257043261552067110
Binary11011111100100001010111101000111011011011010100001101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF90AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF90AF; }

 p { color: rgb(223,144,175); }

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

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

 a { background-color: rgb(223,144,175); }

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

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

 span { border-color: rgb(223,144,175); }

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