Html Css Color HEX #C6AADB Perfume

📋 copy color: '#C6AADB'

red 198 ◦ green 170 ◦ blue 219

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

Shades of Perfume #C6AADB

Tints of Perfume #C6AADB

RGB

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

 GREEN value IS 170 (66.8% from 255) = 28.96%

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

R = 33.73%
G = 28.96%
B = 37.31%

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

#C6AADB (or 0xC6AADB) is known color: Perfume. HEX triplet: C6, AA and DB. RGB value is (198,170,219). Sum of RGB (Red+Green+Blue) = 198+170+219=587 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.73% from 587); Green value is 170 (66.80% from 255 or 28.96% from 587); Blue value is 219 (85.94% from 255 or 37.31% from 587); Max value from RGB is 219 - color contains mainly: blue. Hex color #C6AADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6AADB is #395524. Grayscale: #B7B7B7. Windows color (decimal): -3757349 or 14396102. OLE color: 14396102.

HSL color Cylindrical-coordinate representation of color #C6AADB: hue angle of 274.29º 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 #C6AADB is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 198 170 219 -
CMYK 0.10 0.22 0 0.14
HSL 274.29º 0.4% 0.76% -
HSV(B) 274.29º 0.22% 0.86% -
XYZ 50.45 45.87 73.21 -
YUV 183.96 147.78 138.02 -
System Red Green Blue C M Y K H S L
Decimal 198 170 219 0.10 0.22 0 0.14 274.29 0.4 0.76
Hex C6 AA DB A 16 0 E 112 28 4C
Octal 306 252 333 12 26 0 16 422 50 114
Binary 11000110 10101010 11011011 1010 10110 0 1110 100010010 101000 1001100

Color Harmonies of #C6AADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AADB

Black with #C6AADB

Text Example


Text Example

White with #C6AADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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