Html Css Color HEX #C8AAEF Perfume

📋 copy color: '#C8AAEF'

red 200 ◦ green 170 ◦ blue 239

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

Shades of Perfume #C8AAEF

Tints of Perfume #C8AAEF

RGB

 RED value IS 200 (78.52% from 255) = 32.84%

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

 BLUE value IS 239 (93.75% from 255) = 39.24%

R = 32.84%
G = 27.91%
B = 39.24%

CMYK

 C value IS 0.16

 M value IS 0.29

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C8AAEF (or 0xC8AAEF) is known color: Perfume. HEX triplet: C8, AA and EF. RGB value is (200,170,239). Sum of RGB (Red+Green+Blue) = 200+170+239=609 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.84% from 609); Green value is 170 (66.80% from 255 or 27.91% from 609); Blue value is 239 (93.75% from 255 or 39.24% from 609); Max value from RGB is 239 - color contains mainly: blue. Hex color #C8AAEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8AAEF is #375510. Grayscale: #BABABA. Windows color (decimal): -3626257 or 15706824. OLE color: 15706824.

HSL color Cylindrical-coordinate representation of color #C8AAEF: hue angle of 266.09º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C8AAEF is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 200 170 239 -
CMYK 0.16 0.29 0 0.06
HSL 266.09º 0.68% 0.8% -
HSV(B) 266.09º 0.29% 0.94% -
XYZ 53.77 47.26 87.95 -
YUV 186.84 157.44 137.39 -
System Red Green Blue C M Y K H S L
Decimal 200 170 239 0.16 0.29 0 0.06 266.09 0.68 0.8
Hex C8 AA EF 10 1D 0 6 10A 44 50
Octal 310 252 357 20 35 0 6 412 104 120
Binary 11001000 10101010 11101111 10000 11101 0 110 100001010 1000100 1010000

Color Harmonies of #C8AAEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AAEF

Black with #C8AAEF

Text Example


Text Example

White with #C8AAEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AAEF; }

 p { color: rgb(200,170,239); }

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

background-color css

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

 a { background-color: rgb(200,170,239); }

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

border-color css

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

 span { border-color: rgb(200,170,239); }

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