Html Css Color HEX #C6ABDB Perfume

📋 copy color: '#C6ABDB'

red 198 ◦ green 171 ◦ blue 219

#C6ABDB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Perfume #C6ABDB

Tints of Perfume #C6ABDB

RGB

 RED value IS 198 (77.73% from 255) = 33.67%

 GREEN value IS 171 (67.19% from 255) = 29.08%

 BLUE value IS 219 (85.94% from 255) = 37.24%

R = 33.67%
G = 29.08%
B = 37.24%

CMYK

 C value IS 0.10

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C6ABDB (or 0xC6ABDB) is known color: Perfume. HEX triplet: C6, AB and DB. RGB value is (198,171,219). Sum of RGB (Red+Green+Blue) = 198+171+219=588 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.67% from 588); Green value is 171 (67.19% from 255 or 29.08% from 588); Blue value is 219 (85.94% from 255 or 37.24% from 588); Max value from RGB is 219 - color contains mainly: blue. Hex color #C6ABDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6ABDB is #395424. Grayscale: #B8B8B8. Windows color (decimal): -3757093 or 14396358. OLE color: 14396358.

HSL color Cylindrical-coordinate representation of color #C6ABDB: hue angle of 273.75º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C6ABDB is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 198 171 219 -
CMYK 0.10 0.22 0 0.14
HSL 273.75º 0.4% 0.76% -
HSV(B) 273.75º 0.22% 0.86% -
XYZ 50.64 46.25 73.28 -
YUV 184.55 147.45 137.6 -
System Red Green Blue C M Y K H S L
Decimal 198 171 219 0.10 0.22 0 0.14 273.75 0.4 0.76
Hex C6 AB DB A 16 0 E 112 28 4C
Octal 306 253 333 12 26 0 16 422 50 114
Binary 11000110 10101011 11011011 1010 10110 0 1110 100010010 101000 1001100

Color Harmonies of #C6ABDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6ABDB

Black with #C6ABDB

Text Example


Text Example

White with #C6ABDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6ABDB; }

 p { color: rgb(198,171,219); }

 H1.HeaderClassName
 {
   color: #C6ABDB;
 }
 .AnyTagClassName
 {
   color: #C6ABDB;
 }
</style>

background-color css

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

 a { background-color: rgb(198,171,219); }

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

border-color css

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

 span { border-color: rgb(198,171,219); }

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