Html Css Color HEX #C8AEDD Perfume

📋 copy color: '#C8AEDD'

red 200 ◦ green 174 ◦ blue 221

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

Shades of Perfume #C8AEDD

Tints of Perfume #C8AEDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.14%

R = 33.61%
G = 29.24%
B = 37.14%

CMYK

 C value IS 0.10

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C8AEDD (or 0xC8AEDD) is known color: Perfume. HEX triplet: C8, AE and DD. RGB value is (200,174,221). Sum of RGB (Red+Green+Blue) = 200+174+221=595 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.61% from 595); Green value is 174 (68.36% from 255 or 29.24% from 595); Blue value is 221 (86.72% from 255 or 37.14% from 595); Max value from RGB is 221 - color contains mainly: blue. Hex color #C8AEDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8AEDD is #375122. Grayscale: #BABABA. Windows color (decimal): -3625251 or 14528200. OLE color: 14528200.

HSL color Cylindrical-coordinate representation of color #C8AEDD: hue angle of 273.19º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C8AEDD is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 200 174 221 -
CMYK 0.10 0.21 0 0.13
HSL 273.19º 0.41% 0.77% -
HSV(B) 273.19º 0.21% 0.87% -
XYZ 52.01 47.77 74.89 -
YUV 187.13 147.11 137.18 -
System Red Green Blue C M Y K H S L
Decimal 200 174 221 0.10 0.21 0 0.13 273.19 0.41 0.77
Hex C8 AE DD A 15 0 D 111 29 4D
Octal 310 256 335 12 25 0 15 421 51 115
Binary 11001000 10101110 11011101 1010 10101 0 1101 100010001 101001 1001101

Color Harmonies of #C8AEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AEDD

Black with #C8AEDD

Text Example


Text Example

White with #C8AEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AEDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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