Html Css Color HEX #C2ABDF Perfume

📋 copy color: '#C2ABDF'

red 194 ◦ green 171 ◦ blue 223

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

Shades of Perfume #C2ABDF

Tints of Perfume #C2ABDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.93%

R = 32.99%
G = 29.08%
B = 37.93%

CMYK

 C value IS 0.13

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C2ABDF (or 0xC2ABDF) is known color: Perfume. HEX triplet: C2, AB and DF. RGB value is (194,171,223). Sum of RGB (Red+Green+Blue) = 194+171+223=588 (77% of max value = 765). Red value is 194 (76.17% from 255 or 32.99% from 588); Green value is 171 (67.19% from 255 or 29.08% from 588); Blue value is 223 (87.5% from 255 or 37.93% from 588); Max value from RGB is 223 - color contains mainly: blue. Hex color #C2ABDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2ABDF is #3D5420. Grayscale: #B7B7B7. Windows color (decimal): -4019233 or 14658498. OLE color: 14658498.

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

Color convert

RGB 194 171 223 -
CMYK 0.13 0.23 0 0.13
HSL 266.54º 0.45% 0.77% -
HSV(B) 266.54º 0.23% 0.87% -
XYZ 50.13 45.92 76.03 -
YUV 183.81 150.12 135.27 -
System Red Green Blue C M Y K H S L
Decimal 194 171 223 0.13 0.23 0 0.13 266.54 0.45 0.77
Hex C2 AB DF D 17 0 D 10B 2D 4D
Octal 302 253 337 15 27 0 15 413 55 115
Binary 11000010 10101011 11011111 1101 10111 0 1101 100001011 101101 1001101

Color Harmonies of #C2ABDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2ABDF

Black with #C2ABDF

Text Example


Text Example

White with #C2ABDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2ABDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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