#D09FAE

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

Shades of Kobi #D09FAE

Tints of Kobi #D09FAE

Color information

#D09FAE (or 0xD09FAE) is unknown color: approx Kobi. HEX triplet: D0, 9F and AE. RGB value is (208,159,174). Sum of RGB (Red+Green+Blue) = 208+159+174=541 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.45% from 541); Green value is 159 (62.5% from 255 or 29.39% from 541); Blue value is 174 (68.36% from 255 or 32.16% from 541); Max value from RGB is 208 - color contains mainly: red. Hex color #D09FAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09FAE is #2F6051. Grayscale: #AFAFAF. Windows color (decimal): -3104850 or 11444176. OLE color: 11444176.

HSL color Cylindrical-coordinate representation of color #D09FAE: hue angle of 341.63º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D09FAE is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB208159174-
CMYK00.240.160.18
HSL341.63º34.27%71.96%-
HSV(B)341.63º23.56%81.57%-
XYZ46.0541.2645.58-
YUV175.36127.23151.28-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.45%
GREEN value IS 159 (62.5% from 255) = 29.39%
BLUE value IS 174 (68.36% from 255) = 32.16%
R=38.45%
G=29.39%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20815917400.240.160.18341.6334.2771.96
HexD09FAE01810121562248
Octal320237256030202252642110
Binary11010000100111111010111001100010000100101010101101000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09FAE; }

 p { color: rgb(208,159,174); }

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

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

 a { background-color: rgb(208,159,174); }

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

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

 span { border-color: rgb(208,159,174); }

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