#D08DAD

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

Shades of Kobi #D08DAD

Tints of Kobi #D08DAD

Color information

#D08DAD (or 0xD08DAD) is unknown color: approx Kobi. HEX triplet: D0, 8D and AD. RGB value is (208,141,173). Sum of RGB (Red+Green+Blue) = 208+141+173=522 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.85% from 522); Green value is 141 (55.47% from 255 or 27.01% from 522); Blue value is 173 (67.97% from 255 or 33.14% from 522); Max value from RGB is 208 - color contains mainly: red. Hex color #D08DAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08DAD is #2F7252. Grayscale: #A4A4A4. Windows color (decimal): -3109459 or 11374032. OLE color: 11374032.

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

Color convert

RGB208141173-
CMYK00.320.170.18
HSL331.34º41.61%68.43%-
HSV(B)331.34º32.21%81.57%-
XYZ43.0835.4844.11-
YUV164.68132.7158.9-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.85%
GREEN value IS 141 (55.47% from 255) = 27.01%
BLUE value IS 173 (67.97% from 255) = 33.14%
R=39.85%
G=27.01%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814117300.320.170.18331.3441.6168.43
HexD08DAD020111214b2a44
Octal320215255040212251352104
Binary110100001000110110101101010000010001100101010010111010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08DAD; }

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

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

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

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

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

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

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

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