Html Css Color HEX #C6AEDC Perfume

📋 copy color: '#C6AEDC'

red 198 ◦ green 174 ◦ blue 220

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

Shades of Perfume #C6AEDC

Tints of Perfume #C6AEDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.16%

R = 33.45%
G = 29.39%
B = 37.16%

CMYK

 C value IS 0.1

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C6AEDC (or 0xC6AEDC) is known color: Perfume. HEX triplet: C6, AE and DC. RGB value is (198,174,220). Sum of RGB (Red+Green+Blue) = 198+174+220=592 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.45% from 592); Green value is 174 (68.36% from 255 or 29.39% from 592); Blue value is 220 (86.33% from 255 or 37.16% from 592); Max value from RGB is 220 - color contains mainly: blue. Hex color #C6AEDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6AEDC is #395123. Grayscale: #BABABA. Windows color (decimal): -3756324 or 14462662. OLE color: 14462662.

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

Color convert

RGB 198 174 220 -
CMYK 0.1 0.21 0 0.14
HSL 271.3º 0.4% 0.77% -
HSV(B) 271.3º 0.21% 0.86% -
XYZ 51.34 47.45 74.16 -
YUV 186.42 146.95 136.26 -
System Red Green Blue C M Y K H S L
Decimal 198 174 220 0.1 0.21 0 0.14 271.3 0.4 0.77
Hex C6 AE DC A 15 0 E 10F 28 4D
Octal 306 256 334 12 25 0 16 417 50 115
Binary 11000110 10101110 11011100 1010 10101 0 1110 100001111 101000 1001101

Color Harmonies of #C6AEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AEDC

Black with #C6AEDC

Text Example


Text Example

White with #C6AEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AEDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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