Html Css Color HEX #C6AADF Perfume

📋 copy color: '#C6AADF'

red 198 ◦ green 170 ◦ blue 223

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

Shades of Perfume #C6AADF

Tints of Perfume #C6AADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.73%

R = 33.5%
G = 28.76%
B = 37.73%

CMYK

 C value IS 0.11

 M value IS 0.24

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C6AADF (or 0xC6AADF) is known color: Perfume. HEX triplet: C6, AA and DF. RGB value is (198,170,223). Sum of RGB (Red+Green+Blue) = 198+170+223=591 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.50% from 591); Green value is 170 (66.80% from 255 or 28.76% from 591); Blue value is 223 (87.5% from 255 or 37.73% from 591); Max value from RGB is 223 - color contains mainly: blue. Hex color #C6AADF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6AADF is #395520. Grayscale: #B8B8B8. Windows color (decimal): -3757345 or 14658246. OLE color: 14658246.

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

Color convert

RGB 198 170 223 -
CMYK 0.11 0.24 0 0.13
HSL 271.7º 0.45% 0.77% -
HSV(B) 271.7º 0.24% 0.87% -
XYZ 50.98 46.08 76.02 -
YUV 184.41 149.78 137.69 -
System Red Green Blue C M Y K H S L
Decimal 198 170 223 0.11 0.24 0 0.13 271.7 0.45 0.77
Hex C6 AA DF B 18 0 D 110 2D 4D
Octal 306 252 337 13 30 0 15 420 55 115
Binary 11000110 10101010 11011111 1011 11000 0 1101 100010000 101101 1001101

Color Harmonies of #C6AADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AADF

Black with #C6AADF

Text Example


Text Example

White with #C6AADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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