Html Css Color HEX #C8AEDA Perfume

📋 copy color: '#C8AEDA'

red 200 ◦ green 174 ◦ blue 218

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

Shades of Perfume #C8AEDA

Tints of Perfume #C8AEDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.82%

R = 33.78%
G = 29.39%
B = 36.82%

CMYK

 C value IS 0.08

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C8AEDA (or 0xC8AEDA) is known color: Perfume. HEX triplet: C8, AE and DA. RGB value is (200,174,218). Sum of RGB (Red+Green+Blue) = 200+174+218=592 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.78% from 592); Green value is 174 (68.36% from 255 or 29.39% from 592); Blue value is 218 (85.55% from 255 or 36.82% from 592); Max value from RGB is 218 - color contains mainly: blue. Hex color #C8AEDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8AEDA is #375125. Grayscale: #BABABA. Windows color (decimal): -3625254 or 14331592. OLE color: 14331592.

HSL color Cylindrical-coordinate representation of color #C8AEDA: hue angle of 275.45º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C8AEDA is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 200 174 218 -
CMYK 0.08 0.20 0 0.15
HSL 275.45º 0.37% 0.77% -
HSV(B) 275.45º 0.2% 0.85% -
XYZ 51.61 47.61 72.8 -
YUV 186.79 145.61 137.42 -
System Red Green Blue C M Y K H S L
Decimal 200 174 218 0.08 0.20 0 0.15 275.45 0.37 0.77
Hex C8 AE DA 8 14 0 F 113 25 4D
Octal 310 256 332 10 24 0 17 423 45 115
Binary 11001000 10101110 11011010 1000 10100 0 1111 100010011 100101 1001101

Color Harmonies of #C8AEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AEDA

Black with #C8AEDA

Text Example


Text Example

White with #C8AEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AEDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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