Html Css Color HEX #C6AEDA Perfume

📋 copy color: '#C6AEDA'

red 198 ◦ green 174 ◦ blue 218

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

Shades of Perfume #C6AEDA

Tints of Perfume #C6AEDA

RGB

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

 GREEN value IS 174 (68.36% from 255) = 29.49%

 BLUE value IS 218 (85.55% from 255) = 36.95%

R = 33.56%
G = 29.49%
B = 36.95%

CMYK

 C value IS 0.09

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C6AEDA (or 0xC6AEDA) is known color: Perfume. HEX triplet: C6, AE and DA. RGB value is (198,174,218). Sum of RGB (Red+Green+Blue) = 198+174+218=590 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.56% from 590); Green value is 174 (68.36% from 255 or 29.49% from 590); Blue value is 218 (85.55% from 255 or 36.95% from 590); Max value from RGB is 218 - color contains mainly: blue. Hex color #C6AEDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6AEDA is #395125. Grayscale: #BABABA. Windows color (decimal): -3756326 or 14331590. OLE color: 14331590.

HSL color Cylindrical-coordinate representation of color #C6AEDA: hue angle of 272.73º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C6AEDA is Cyan = 0.09, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 198 174 218 -
CMYK 0.09 0.20 0 0.15
HSL 272.73º 0.37% 0.77% -
HSV(B) 272.73º 0.2% 0.85% -
XYZ 51.08 47.34 72.77 -
YUV 186.19 145.95 136.42 -
System Red Green Blue C M Y K H S L
Decimal 198 174 218 0.09 0.20 0 0.15 272.73 0.37 0.77
Hex C6 AE DA 9 14 0 F 111 25 4D
Octal 306 256 332 11 24 0 17 421 45 115
Binary 11000110 10101110 11011010 1001 10100 0 1111 100010001 100101 1001101

Color Harmonies of #C6AEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AEDA

Black with #C6AEDA

Text Example


Text Example

White with #C6AEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AEDA; }

 p { color: rgb(198,174,218); }

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

background-color css

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

 a { background-color: rgb(198,174,218); }

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

border-color css

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

 span { border-color: rgb(198,174,218); }

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