Html Css Color HEX #C5ADDB Perfume

📋 copy color: '#C5ADDB'

red 197 ◦ green 173 ◦ blue 219

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

Shades of Perfume #C5ADDB

Tints of Perfume #C5ADDB

RGB

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

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

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

R = 33.45%
G = 29.37%
B = 37.18%

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

#C5ADDB (or 0xC5ADDB) is known color: Perfume. HEX triplet: C5, AD and DB. RGB value is (197,173,219). Sum of RGB (Red+Green+Blue) = 197+173+219=589 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.45% from 589); Green value is 173 (67.97% from 255 or 29.37% from 589); Blue value is 219 (85.94% from 255 or 37.18% from 589); Max value from RGB is 219 - color contains mainly: blue. Hex color #C5ADDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5ADDB is #3A5224. Grayscale: #B9B9B9. Windows color (decimal): -3822117 or 14396869. OLE color: 14396869.

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

Color convert

RGB 197 173 219 -
CMYK 0.10 0.21 0 0.14
HSL 271.3º 0.39% 0.77% -
HSV(B) 271.3º 0.21% 0.86% -
XYZ 50.76 46.87 73.39 -
YUV 185.42 146.95 136.26 -
System Red Green Blue C M Y K H S L
Decimal 197 173 219 0.10 0.21 0 0.14 271.3 0.39 0.77
Hex C5 AD DB A 15 0 E 10F 27 4D
Octal 305 255 333 12 25 0 16 417 47 115
Binary 11000101 10101101 11011011 1010 10101 0 1110 100001111 100111 1001101

Color Harmonies of #C5ADDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5ADDB

Black with #C5ADDB

Text Example


Text Example

White with #C5ADDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5ADDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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