Html Css Color HEX #C7AAEB Perfume

📋 copy color: '#C7AAEB'

red 199 ◦ green 170 ◦ blue 235

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

Shades of Perfume #C7AAEB

Tints of Perfume #C7AAEB

RGB

 RED value IS 199 (78.13% from 255) = 32.95%

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

 BLUE value IS 235 (92.19% from 255) = 38.91%

R = 32.95%
G = 28.15%
B = 38.91%

CMYK

 C value IS 0.15

 M value IS 0.28

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C7AAEB (or 0xC7AAEB) is known color: Perfume. HEX triplet: C7, AA and EB. RGB value is (199,170,235). Sum of RGB (Red+Green+Blue) = 199+170+235=604 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.95% from 604); Green value is 170 (66.80% from 255 or 28.15% from 604); Blue value is 235 (92.19% from 255 or 38.91% from 604); Max value from RGB is 235 - color contains mainly: blue. Hex color #C7AAEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C7AAEB is #385514. Grayscale: #B9B9B9. Windows color (decimal): -3691797 or 15444679. OLE color: 15444679.

HSL color Cylindrical-coordinate representation of color #C7AAEB: hue angle of 266.77º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C7AAEB is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 199 170 235 -
CMYK 0.15 0.28 0 0.08
HSL 266.77º 0.62% 0.79% -
HSV(B) 266.77º 0.28% 0.92% -
XYZ 52.92 46.89 84.86 -
YUV 186.08 155.61 137.21 -
System Red Green Blue C M Y K H S L
Decimal 199 170 235 0.15 0.28 0 0.08 266.77 0.62 0.79
Hex C7 AA EB F 1C 0 8 10B 3E 4F
Octal 307 252 353 17 34 0 10 413 76 117
Binary 11000111 10101010 11101011 1111 11100 0 1000 100001011 111110 1001111

Color Harmonies of #C7AAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AAEB

Black with #C7AAEB

Text Example


Text Example

White with #C7AAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AAEB; }

 p { color: rgb(199,170,235); }

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

background-color css

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

 a { background-color: rgb(199,170,235); }

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

border-color css

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

 span { border-color: rgb(199,170,235); }

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