#D08FAA

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

Shades of Kobi #D08FAA

Tints of Kobi #D08FAA

Color information

#D08FAA (or 0xD08FAA) is unknown color: approx Kobi. HEX triplet: D0, 8F and AA. RGB value is (208,143,170). Sum of RGB (Red+Green+Blue) = 208+143+170=521 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.92% from 521); Green value is 143 (56.25% from 255 or 27.45% from 521); Blue value is 170 (66.80% from 255 or 32.63% from 521); Max value from RGB is 208 - color contains mainly: red. Hex color #D08FAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08FAA is #2F7055. Grayscale: #A5A5A5. Windows color (decimal): -3108950 or 11177936. OLE color: 11177936.

HSL color Cylindrical-coordinate representation of color #D08FAA: hue angle of 335.08º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D08FAA is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB208143170-
CMYK00.310.180.18
HSL335.08º40.88%68.82%-
HSV(B)335.08º31.25%81.57%-
XYZ43.0935.9642.7-
YUV165.51130.53158.3-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.92%
GREEN value IS 143 (56.25% from 255) = 27.45%
BLUE value IS 170 (66.80% from 255) = 32.63%
R=39.92%
G=27.45%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814317000.310.180.18335.0840.8868.82
HexD08FAA01F121214f2945
Octal320217252037222251751105
Binary11010000100011111010101001111110010100101010011111010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08FAA; }

 p { color: rgb(208,143,170); }

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

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

 a { background-color: rgb(208,143,170); }

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

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

 span { border-color: rgb(208,143,170); }

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