Html Css Color HEX #C5ADD7 Perfume

📋 copy color: '#C5ADD7'

red 197 ◦ green 173 ◦ blue 215

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

Shades of Perfume #C5ADD7

Tints of Perfume #C5ADD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 36.75%

R = 33.68%
G = 29.57%
B = 36.75%

CMYK

 C value IS 0.08

 M value IS 0.20

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C5ADD7 (or 0xC5ADD7) is known color: Perfume. HEX triplet: C5, AD and D7. RGB value is (197,173,215). Sum of RGB (Red+Green+Blue) = 197+173+215=585 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.68% from 585); Green value is 173 (67.97% from 255 or 29.57% from 585); Blue value is 215 (84.38% from 255 or 36.75% from 585); Max value from RGB is 215 - color contains mainly: blue. Hex color #C5ADD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5ADD7 is #3A5228. Grayscale: #B8B8B8. Windows color (decimal): -3822121 or 14134725. OLE color: 14134725.

HSL color Cylindrical-coordinate representation of color #C5ADD7: hue angle of 274.29º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C5ADD7 is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 197 173 215 -
CMYK 0.08 0.20 0 0.16
HSL 274.29º 0.34% 0.76% -
HSV(B) 274.29º 0.2% 0.84% -
XYZ 50.24 46.66 70.65 -
YUV 184.96 144.95 136.58 -
System Red Green Blue C M Y K H S L
Decimal 197 173 215 0.08 0.20 0 0.16 274.29 0.34 0.76
Hex C5 AD D7 8 14 0 10 112 22 4C
Octal 305 255 327 10 24 0 20 422 42 114
Binary 11000101 10101101 11010111 1000 10100 0 10000 100010010 100010 1001100

Color Harmonies of #C5ADD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5ADD7

Black with #C5ADD7

Text Example


Text Example

White with #C5ADD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5ADD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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