Html Css Color HEX #C8AEEA Perfume

📋 copy color: '#C8AEEA'

red 200 ◦ green 174 ◦ blue 234

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

Shades of Perfume #C8AEEA

Tints of Perfume #C8AEEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 38.49%

R = 32.89%
G = 28.62%
B = 38.49%

CMYK

 C value IS 0.15

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C8AEEA (or 0xC8AEEA) is known color: Perfume. HEX triplet: C8, AE and EA. RGB value is (200,174,234). Sum of RGB (Red+Green+Blue) = 200+174+234=608 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.89% from 608); Green value is 174 (68.36% from 255 or 28.62% from 608); Blue value is 234 (91.80% from 255 or 38.49% from 608); Max value from RGB is 234 - color contains mainly: blue. Hex color #C8AEEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8AEEA is #375115. Grayscale: #BCBCBC. Windows color (decimal): -3625238 or 15380168. OLE color: 15380168.

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

Color convert

RGB 200 174 234 -
CMYK 0.15 0.26 0 0.08
HSL 266º 0.59% 0.8% -
HSV(B) 266º 0.26% 0.92% -
XYZ 53.81 48.49 84.37 -
YUV 188.61 153.61 136.12 -
System Red Green Blue C M Y K H S L
Decimal 200 174 234 0.15 0.26 0 0.08 266 0.59 0.8
Hex C8 AE EA F 1A 0 8 10A 3B 50
Octal 310 256 352 17 32 0 10 412 73 120
Binary 11001000 10101110 11101010 1111 11010 0 1000 100001010 111011 1010000

Color Harmonies of #C8AEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AEEA

Black with #C8AEEA

Text Example


Text Example

White with #C8AEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AEEA; }

 p { color: rgb(200,174,234); }

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

background-color css

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

 a { background-color: rgb(200,174,234); }

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

border-color css

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

 span { border-color: rgb(200,174,234); }

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