#D08AAD

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

Shades of Kobi #D08AAD

Tints of Kobi #D08AAD

Color information

#D08AAD (or 0xD08AAD) is unknown color: approx Kobi. HEX triplet: D0, 8A and AD. RGB value is (208,138,173). Sum of RGB (Red+Green+Blue) = 208+138+173=519 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.08% from 519); Green value is 138 (54.30% from 255 or 26.59% from 519); Blue value is 173 (67.97% from 255 or 33.33% from 519); Max value from RGB is 208 - color contains mainly: red. Hex color #D08AAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08AAD is #2F7552. Grayscale: #A2A2A2. Windows color (decimal): -3110227 or 11373264. OLE color: 11373264.

HSL color Cylindrical-coordinate representation of color #D08AAD: hue angle of 330º 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 #D08AAD is Cyan = 0, Magento = 0.34, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB208138173-
CMYK00.340.170.18
HSL330º42.68%67.84%-
HSV(B)330º33.65%81.57%-
XYZ42.6434.643.97-
YUV162.92133.69160.15-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.08%
GREEN value IS 138 (54.30% from 255) = 26.59%
BLUE value IS 173 (67.97% from 255) = 33.33%
R=40.08%
G=26.59%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813817300.340.170.1833042.6867.84
HexD08AAD022111214a2b44
Octal320212255042212251253104
Binary110100001000101010101101010001010001100101010010101010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08AAD; }

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

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

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

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

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

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

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

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