Html Css Color HEX #C5ABDD Perfume

📋 copy color: '#C5ABDD'

red 197 ◦ green 171 ◦ blue 221

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

Shades of Perfume #C5ABDD

Tints of Perfume #C5ABDD

RGB

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

 GREEN value IS 171 (67.19% from 255) = 29.03%

 BLUE value IS 221 (86.72% from 255) = 37.52%

R = 33.45%
G = 29.03%
B = 37.52%

CMYK

 C value IS 0.11

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C5ABDD (or 0xC5ABDD) is known color: Perfume. HEX triplet: C5, AB and DD. RGB value is (197,171,221). Sum of RGB (Red+Green+Blue) = 197+171+221=589 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.45% from 589); Green value is 171 (67.19% from 255 or 29.03% from 589); Blue value is 221 (86.72% from 255 or 37.52% from 589); Max value from RGB is 221 - color contains mainly: blue. Hex color #C5ABDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5ABDD is #3A5422. Grayscale: #B8B8B8. Windows color (decimal): -3822627 or 14527429. OLE color: 14527429.

HSL color Cylindrical-coordinate representation of color #C5ABDD: hue angle of 271.2º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C5ABDD is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 197 171 221 -
CMYK 0.11 0.23 0 0.13
HSL 271.2º 0.42% 0.77% -
HSV(B) 271.2º 0.23% 0.87% -
XYZ 50.64 46.22 74.66 -
YUV 184.47 148.61 136.93 -
System Red Green Blue C M Y K H S L
Decimal 197 171 221 0.11 0.23 0 0.13 271.2 0.42 0.77
Hex C5 AB DD B 17 0 D 10F 2A 4D
Octal 305 253 335 13 27 0 15 417 52 115
Binary 11000101 10101011 11011101 1011 10111 0 1101 100001111 101010 1001101

Color Harmonies of #C5ABDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5ABDD

Black with #C5ABDD

Text Example


Text Example

White with #C5ABDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5ABDD; }

 p { color: rgb(197,171,221); }

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

background-color css

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

 a { background-color: rgb(197,171,221); }

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

border-color css

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

 span { border-color: rgb(197,171,221); }

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