Html Css Color HEX #C5ADDA Perfume

📋 copy color: '#C5ADDA'

red 197 ◦ green 173 ◦ blue 218

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

Shades of Perfume #C5ADDA

Tints of Perfume #C5ADDA

RGB

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

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

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

R = 33.5%
G = 29.42%
B = 37.07%

CMYK

 C value IS 0.10

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C5ADDA (or 0xC5ADDA) is known color: Perfume. HEX triplet: C5, AD and DA. RGB value is (197,173,218). Sum of RGB (Red+Green+Blue) = 197+173+218=588 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.50% from 588); Green value is 173 (67.97% from 255 or 29.42% from 588); Blue value is 218 (85.55% from 255 or 37.07% from 588); Max value from RGB is 218 - color contains mainly: blue. Hex color #C5ADDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5ADDA is #3A5225. Grayscale: #B9B9B9. Windows color (decimal): -3822118 or 14331333. OLE color: 14331333.

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

Color convert

RGB 197 173 218 -
CMYK 0.10 0.21 0 0.15
HSL 272º 0.38% 0.77% -
HSV(B) 272º 0.21% 0.85% -
XYZ 50.62 46.82 72.7 -
YUV 185.31 146.45 136.34 -
System Red Green Blue C M Y K H S L
Decimal 197 173 218 0.10 0.21 0 0.15 272 0.38 0.77
Hex C5 AD DA A 15 0 F 110 26 4D
Octal 305 255 332 12 25 0 17 420 46 115
Binary 11000101 10101101 11011010 1010 10101 0 1111 100010000 100110 1001101

Color Harmonies of #C5ADDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5ADDA

Black with #C5ADDA

Text Example


Text Example

White with #C5ADDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5ADDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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