#D08AAE

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

Shades of Kobi #D08AAE

Tints of Kobi #D08AAE

Color information

#D08AAE (or 0xD08AAE) is unknown color: approx Kobi. HEX triplet: D0, 8A and AE. RGB value is (208,138,174). Sum of RGB (Red+Green+Blue) = 208+138+174=520 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40% from 520); Green value is 138 (54.30% from 255 or 26.54% from 520); Blue value is 174 (68.36% from 255 or 33.46% from 520); Max value from RGB is 208 - color contains mainly: red. Hex color #D08AAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08AAE is #2F7551. Grayscale: #A2A2A2. Windows color (decimal): -3110226 or 11438800. OLE color: 11438800.

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

Color convert

RGB208138174-
CMYK00.340.160.18
HSL329.14º42.68%67.84%-
HSV(B)329.14º33.65%81.57%-
XYZ42.7434.6444.48-
YUV163.03134.19160.07-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40%
GREEN value IS 138 (54.30% from 255) = 26.54%
BLUE value IS 174 (68.36% from 255) = 33.46%
R=40%
G=26.54%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813817400.340.160.18329.1442.6867.84
HexD08AAE02210121492b44
Octal320212256042202251153104
Binary110100001000101010101110010001010000100101010010011010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08AAE; }

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

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

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

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

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

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

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

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