#DF90AA

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

Shades of Kobi #DF90AA

Tints of Kobi #DF90AA

Color information

#DF90AA (or 0xDF90AA) is unknown color: approx Kobi. HEX triplet: DF, 90 and AA. RGB value is (223,144,170). Sum of RGB (Red+Green+Blue) = 223+144+170=537 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.53% from 537); Green value is 144 (56.64% from 255 or 26.82% from 537); Blue value is 170 (66.80% from 255 or 31.66% from 537); Max value from RGB is 223 - color contains mainly: red. Hex color #DF90AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF90AA is #206F55. Grayscale: #AAAAAA. Windows color (decimal): -2125654 or 11178207. OLE color: 11178207.

HSL color Cylindrical-coordinate representation of color #DF90AA: hue angle of 340.25º 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 #DF90AA is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB223144170-
CMYK00.350.240.13
HSL340.25º55.24%71.96%-
HSV(B)340.25º35.43%87.45%-
XYZ47.6638.5442.96-
YUV170.58127.67165.39-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.53%
GREEN value IS 144 (56.64% from 255) = 26.82%
BLUE value IS 170 (66.80% from 255) = 31.66%
R=41.53%
G=26.82%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314417000.350.240.13340.2555.2471.96
HexDF90AA02318D1543748
Octal337220252043301552467110
Binary11011111100100001010101001000111100011011010101001101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF90AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF90AA; }

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

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

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

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

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

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

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

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