Html Css Color HEX #C5ADEA Perfume

📋 copy color: '#C5ADEA'

red 197 ◦ green 173 ◦ blue 234

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

Shades of Perfume #C5ADEA

Tints of Perfume #C5ADEA

RGB

 RED value IS 197 (77.34% from 255) = 32.62%

 GREEN value IS 173 (67.97% from 255) = 28.64%

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

R = 32.62%
G = 28.64%
B = 38.74%

CMYK

 C value IS 0.16

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C5ADEA (or 0xC5ADEA) is known color: Perfume. HEX triplet: C5, AD and EA. RGB value is (197,173,234). Sum of RGB (Red+Green+Blue) = 197+173+234=604 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.62% from 604); Green value is 173 (67.97% from 255 or 28.64% from 604); Blue value is 234 (91.80% from 255 or 38.74% from 604); Max value from RGB is 234 - color contains mainly: blue. Hex color #C5ADEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5ADEA is #3A5215. Grayscale: #BABABA. Windows color (decimal): -3822102 or 15379909. OLE color: 15379909.

HSL color Cylindrical-coordinate representation of color #C5ADEA: hue angle of 263.61º 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 #C5ADEA is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 197 173 234 -
CMYK 0.16 0.26 0 0.08
HSL 263.61º 0.59% 0.8% -
HSV(B) 263.61º 0.26% 0.92% -
XYZ 52.82 47.7 84.26 -
YUV 187.13 154.45 135.04 -
System Red Green Blue C M Y K H S L
Decimal 197 173 234 0.16 0.26 0 0.08 263.61 0.59 0.8
Hex C5 AD EA 10 1A 0 8 108 3B 50
Octal 305 255 352 20 32 0 10 410 73 120
Binary 11000101 10101101 11101010 10000 11010 0 1000 100001000 111011 1010000

Color Harmonies of #C5ADEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5ADEA

Black with #C5ADEA

Text Example


Text Example

White with #C5ADEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5ADEA; }

 p { color: rgb(197,173,234); }

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

background-color css

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

 a { background-color: rgb(197,173,234); }

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

border-color css

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

 span { border-color: rgb(197,173,234); }

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