Html Css Color HEX #C8AEED Perfume

📋 copy color: '#C8AEED'

red 200 ◦ green 174 ◦ blue 237

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

Shades of Perfume #C8AEED

Tints of Perfume #C8AEED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 38.79%

R = 32.73%
G = 28.48%
B = 38.79%

CMYK

 C value IS 0.16

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C8AEED (or 0xC8AEED) is known color: Perfume. HEX triplet: C8, AE and ED. RGB value is (200,174,237). Sum of RGB (Red+Green+Blue) = 200+174+237=611 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.73% from 611); Green value is 174 (68.36% from 255 or 28.48% from 611); Blue value is 237 (92.97% from 255 or 38.79% from 611); Max value from RGB is 237 - color contains mainly: blue. Hex color #C8AEED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8AEED is #375112. Grayscale: #BCBCBC. Windows color (decimal): -3625235 or 15576776. OLE color: 15576776.

HSL color Cylindrical-coordinate representation of color #C8AEED: hue angle of 264.76º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C8AEED is Cyan = 0.16, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 200 174 237 -
CMYK 0.16 0.27 0 0.07
HSL 264.76º 0.64% 0.81% -
HSV(B) 264.76º 0.27% 0.93% -
XYZ 54.24 48.67 86.66 -
YUV 188.96 155.11 135.88 -
System Red Green Blue C M Y K H S L
Decimal 200 174 237 0.16 0.27 0 0.07 264.76 0.64 0.81
Hex C8 AE ED 10 1B 0 7 109 40 51
Octal 310 256 355 20 33 0 7 411 100 121
Binary 11001000 10101110 11101101 10000 11011 0 111 100001001 1000000 1010001

Color Harmonies of #C8AEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AEED

Black with #C8AEED

Text Example


Text Example

White with #C8AEED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AEED; }

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

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

background-color css

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

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

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

border-color css

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

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

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