Html Css Color HEX #C4ABDD Perfume

📋 copy color: '#C4ABDD'

red 196 ◦ green 171 ◦ blue 221

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

Shades of Perfume #C4ABDD

Tints of Perfume #C4ABDD

RGB

 RED value IS 196 (76.95% from 255) = 33.33%

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

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

R = 33.33%
G = 29.08%
B = 37.59%

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

#C4ABDD (or 0xC4ABDD) is known color: Perfume. HEX triplet: C4, AB and DD. RGB value is (196,171,221). Sum of RGB (Red+Green+Blue) = 196+171+221=588 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.33% from 588); Green value is 171 (67.19% from 255 or 29.08% from 588); Blue value is 221 (86.72% from 255 or 37.59% from 588); Max value from RGB is 221 - color contains mainly: blue. Hex color #C4ABDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4ABDD is #3B5422. Grayscale: #B8B8B8. Windows color (decimal): -3888163 or 14527428. OLE color: 14527428.

HSL color Cylindrical-coordinate representation of color #C4ABDD: hue angle of 270º 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 #C4ABDD is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 196 171 221 -
CMYK 0.11 0.23 0 0.13
HSL 270º 0.42% 0.77% -
HSV(B) 270º 0.23% 0.87% -
XYZ 50.38 46.08 74.65 -
YUV 184.18 148.78 136.43 -
System Red Green Blue C M Y K H S L
Decimal 196 171 221 0.11 0.23 0 0.13 270 0.42 0.77
Hex C4 AB DD B 17 0 D 10E 2A 4D
Octal 304 253 335 13 27 0 15 416 52 115
Binary 11000100 10101011 11011101 1011 10111 0 1101 100001110 101010 1001101

Color Harmonies of #C4ABDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4ABDD

Black with #C4ABDD

Text Example


Text Example

White with #C4ABDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4ABDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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