Html Css Color HEX #C5ADDC Perfume

📋 copy color: '#C5ADDC'

red 197 ◦ green 173 ◦ blue 220

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

Shades of Perfume #C5ADDC

Tints of Perfume #C5ADDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.29%

R = 33.39%
G = 29.32%
B = 37.29%

CMYK

 C value IS 0.10

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C5ADDC (or 0xC5ADDC) is known color: Perfume. HEX triplet: C5, AD and DC. RGB value is (197,173,220). Sum of RGB (Red+Green+Blue) = 197+173+220=590 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.39% from 590); Green value is 173 (67.97% from 255 or 29.32% from 590); Blue value is 220 (86.33% from 255 or 37.29% from 590); Max value from RGB is 220 - color contains mainly: blue. Hex color #C5ADDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5ADDC is #3A5223. Grayscale: #B9B9B9. Windows color (decimal): -3822116 or 14462405. OLE color: 14462405.

HSL color Cylindrical-coordinate representation of color #C5ADDC: hue angle of 270.64º degrees, saturation: 0.4, 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 #C5ADDC is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 197 173 220 -
CMYK 0.10 0.21 0 0.14
HSL 270.64º 0.4% 0.77% -
HSV(B) 270.64º 0.21% 0.86% -
XYZ 50.89 46.92 74.09 -
YUV 185.53 147.45 136.18 -
System Red Green Blue C M Y K H S L
Decimal 197 173 220 0.10 0.21 0 0.14 270.64 0.4 0.77
Hex C5 AD DC A 15 0 E 10F 28 4D
Octal 305 255 334 12 25 0 16 417 50 115
Binary 11000101 10101101 11011100 1010 10101 0 1110 100001111 101000 1001101

Color Harmonies of #C5ADDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5ADDC

Black with #C5ADDC

Text Example


Text Example

White with #C5ADDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5ADDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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