#C0ABDF

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

Shades of Perfume #C0ABDF

Tints of Perfume #C0ABDF

Color information

#C0ABDF (or 0xC0ABDF) is unknown color: approx Perfume. HEX triplet: C0, AB and DF. RGB value is (192,171,223). Sum of RGB (Red+Green+Blue) = 192+171+223=586 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.76% from 586); Green value is 171 (67.19% from 255 or 29.18% from 586); Blue value is 223 (87.5% from 255 or 38.05% from 586); Max value from RGB is 223 - color contains mainly: blue. Hex color #C0ABDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ABDF is #3F5420. Grayscale: #B7B7B7. Windows color (decimal): -4150305 or 14658496. OLE color: 14658496.

HSL color Cylindrical-coordinate representation of color #C0ABDF: hue angle of 264.23º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0ABDF is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB192171223-
CMYK0.140.2300.13
HSL264.23º44.83%77.25%-
HSV(B)264.23º23.32%87.45%-
XYZ49.6245.6676.01-
YUV183.21150.46134.27-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.76%
GREEN value IS 171 (67.19% from 255) = 29.18%
BLUE value IS 223 (87.5% from 255) = 38.05%
R=32.76%
G=29.18%
B=38.05%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1921712230.140.2300.13264.2344.8377.25
HexC0ABDFE170D1082d4d
Octal300253337162701541055115
Binary110000001010101111011111111010111011011000010001011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0ABDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0ABDF; }

 p { color: rgb(192,171,223); }

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

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

 a { background-color: rgb(192,171,223); }

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

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

 span { border-color: rgb(192,171,223); }

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