Html Css Color HEX #C8AAEB Perfume

📋 copy color: '#C8AAEB'

red 200 ◦ green 170 ◦ blue 235

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

Shades of Perfume #C8AAEB

Tints of Perfume #C8AAEB

RGB

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

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

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

R = 33.06%
G = 28.1%
B = 38.84%

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

#C8AAEB (or 0xC8AAEB) is known color: Perfume. HEX triplet: C8, AA and EB. RGB value is (200,170,235). Sum of RGB (Red+Green+Blue) = 200+170+235=605 (80% of max value = 765). Red value is 200 (78.52% from 255 or 33.06% from 605); Green value is 170 (66.80% from 255 or 28.10% from 605); Blue value is 235 (92.19% from 255 or 38.84% from 605); Max value from RGB is 235 - color contains mainly: blue. Hex color #C8AAEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8AAEB is #375514. Grayscale: #BABABA. Windows color (decimal): -3626261 or 15444680. OLE color: 15444680.

HSL color Cylindrical-coordinate representation of color #C8AAEB: hue angle of 267.69º 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 #C8AAEB is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 200 170 235 -
CMYK 0.15 0.28 0 0.08
HSL 267.69º 0.62% 0.79% -
HSV(B) 267.69º 0.28% 0.92% -
XYZ 53.19 47.03 84.87 -
YUV 186.38 155.44 137.71 -
System Red Green Blue C M Y K H S L
Decimal 200 170 235 0.15 0.28 0 0.08 267.69 0.62 0.79
Hex C8 AA EB F 1C 0 8 10C 3E 4F
Octal 310 252 353 17 34 0 10 414 76 117
Binary 11001000 10101010 11101011 1111 11100 0 1000 100001100 111110 1001111

Color Harmonies of #C8AAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AAEB

Black with #C8AAEB

Text Example


Text Example

White with #C8AAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AAEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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