Html Css Color HEX #C8AEDB Perfume

📋 copy color: '#C8AEDB'

red 200 ◦ green 174 ◦ blue 219

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

Shades of Perfume #C8AEDB

Tints of Perfume #C8AEDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 36.93%

R = 33.73%
G = 29.34%
B = 36.93%

CMYK

 C value IS 0.09

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C8AEDB (or 0xC8AEDB) is known color: Perfume. HEX triplet: C8, AE and DB. RGB value is (200,174,219). Sum of RGB (Red+Green+Blue) = 200+174+219=593 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.73% from 593); Green value is 174 (68.36% from 255 or 29.34% from 593); Blue value is 219 (85.94% from 255 or 36.93% from 593); Max value from RGB is 219 - color contains mainly: blue. Hex color #C8AEDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8AEDB is #375124. Grayscale: #BABABA. Windows color (decimal): -3625253 or 14397128. OLE color: 14397128.

HSL color Cylindrical-coordinate representation of color #C8AEDB: hue angle of 274.67º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C8AEDB is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 200 174 219 -
CMYK 0.09 0.21 0 0.14
HSL 274.67º 0.38% 0.77% -
HSV(B) 274.67º 0.21% 0.86% -
XYZ 51.74 47.67 73.49 -
YUV 186.9 146.11 137.34 -
System Red Green Blue C M Y K H S L
Decimal 200 174 219 0.09 0.21 0 0.14 274.67 0.38 0.77
Hex C8 AE DB 9 15 0 E 113 26 4D
Octal 310 256 333 11 25 0 16 423 46 115
Binary 11001000 10101110 11011011 1001 10101 0 1110 100010011 100110 1001101

Color Harmonies of #C8AEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AEDB

Black with #C8AEDB

Text Example


Text Example

White with #C8AEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AEDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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