Html Css Color HEX #C6ABDE Perfume

📋 copy color: '#C6ABDE'

red 198 ◦ green 171 ◦ blue 222

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

Shades of Perfume #C6ABDE

Tints of Perfume #C6ABDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 37.56%

R = 33.5%
G = 28.93%
B = 37.56%

CMYK

 C value IS 0.11

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C6ABDE (or 0xC6ABDE) is known color: Perfume. HEX triplet: C6, AB and DE. RGB value is (198,171,222). Sum of RGB (Red+Green+Blue) = 198+171+222=591 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.50% from 591); Green value is 171 (67.19% from 255 or 28.93% from 591); Blue value is 222 (87.11% from 255 or 37.56% from 591); Max value from RGB is 222 - color contains mainly: blue. Hex color #C6ABDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6ABDE is #395421. Grayscale: #B8B8B8. Windows color (decimal): -3757090 or 14592966. OLE color: 14592966.

HSL color Cylindrical-coordinate representation of color #C6ABDE: hue angle of 271.76º degrees, saturation: 0.44, 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 #C6ABDE is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 198 171 222 -
CMYK 0.11 0.23 0 0.13
HSL 271.76º 0.44% 0.77% -
HSV(B) 271.76º 0.23% 0.87% -
XYZ 51.04 46.41 75.37 -
YUV 184.89 148.95 137.35 -
System Red Green Blue C M Y K H S L
Decimal 198 171 222 0.11 0.23 0 0.13 271.76 0.44 0.77
Hex C6 AB DE B 17 0 D 110 2C 4D
Octal 306 253 336 13 27 0 15 420 54 115
Binary 11000110 10101011 11011110 1011 10111 0 1101 100010000 101100 1001101

Color Harmonies of #C6ABDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6ABDE

Black with #C6ABDE

Text Example


Text Example

White with #C6ABDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6ABDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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