Html Css Color HEX #C2ABD8 Perfume

📋 copy color: '#C2ABD8'

red 194 ◦ green 171 ◦ blue 216

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

Shades of Perfume #C2ABD8

Tints of Perfume #C2ABD8

RGB

 RED value IS 194 (76.17% from 255) = 33.39%

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

 BLUE value IS 216 (84.77% from 255) = 37.18%

R = 33.39%
G = 29.43%
B = 37.18%

CMYK

 C value IS 0.10

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C2ABD8 (or 0xC2ABD8) is known color: Perfume. HEX triplet: C2, AB and D8. RGB value is (194,171,216). Sum of RGB (Red+Green+Blue) = 194+171+216=581 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.39% from 581); Green value is 171 (67.19% from 255 or 29.43% from 581); Blue value is 216 (84.77% from 255 or 37.18% from 581); Max value from RGB is 216 - color contains mainly: blue. Hex color #C2ABD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2ABD8 is #3D5427. Grayscale: #B6B6B6. Windows color (decimal): -4019240 or 14199746. OLE color: 14199746.

HSL color Cylindrical-coordinate representation of color #C2ABD8: hue angle of 270.67º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C2ABD8 is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 194 171 216 -
CMYK 0.10 0.21 0 0.15
HSL 270.67º 0.37% 0.76% -
HSV(B) 270.67º 0.21% 0.85% -
XYZ 49.21 45.55 71.16 -
YUV 183.01 146.62 135.84 -
System Red Green Blue C M Y K H S L
Decimal 194 171 216 0.10 0.21 0 0.15 270.67 0.37 0.76
Hex C2 AB D8 A 15 0 F 10F 25 4C
Octal 302 253 330 12 25 0 17 417 45 114
Binary 11000010 10101011 11011000 1010 10101 0 1111 100001111 100101 1001100

Color Harmonies of #C2ABD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2ABD8

Black with #C2ABD8

Text Example


Text Example

White with #C2ABD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2ABD8; }

 p { color: rgb(194,171,216); }

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

background-color css

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

 a { background-color: rgb(194,171,216); }

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

border-color css

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

 span { border-color: rgb(194,171,216); }

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