Html Css Color HEX #C2ABDB Perfume

📋 copy color: '#C2ABDB'

red 194 ◦ green 171 ◦ blue 219

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

Shades of Perfume #C2ABDB

Tints of Perfume #C2ABDB

RGB

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

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

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

R = 33.22%
G = 29.28%
B = 37.5%

CMYK

 C value IS 0.11

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C2ABDB (or 0xC2ABDB) is known color: Perfume. HEX triplet: C2, AB and DB. RGB value is (194,171,219). Sum of RGB (Red+Green+Blue) = 194+171+219=584 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.22% from 584); Green value is 171 (67.19% from 255 or 29.28% from 584); Blue value is 219 (85.94% from 255 or 37.5% from 584); Max value from RGB is 219 - color contains mainly: blue. Hex color #C2ABDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2ABDB is #3D5424. Grayscale: #B7B7B7. Windows color (decimal): -4019237 or 14396354. OLE color: 14396354.

HSL color Cylindrical-coordinate representation of color #C2ABDB: hue angle of 268.75º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C2ABDB is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 194 171 219 -
CMYK 0.11 0.22 0 0.14
HSL 268.75º 0.4% 0.76% -
HSV(B) 268.75º 0.22% 0.86% -
XYZ 49.6 45.71 73.23 -
YUV 183.35 148.12 135.6 -
System Red Green Blue C M Y K H S L
Decimal 194 171 219 0.11 0.22 0 0.14 268.75 0.4 0.76
Hex C2 AB DB B 16 0 E 10D 28 4C
Octal 302 253 333 13 26 0 16 415 50 114
Binary 11000010 10101011 11011011 1011 10110 0 1110 100001101 101000 1001100

Color Harmonies of #C2ABDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2ABDB

Black with #C2ABDB

Text Example


Text Example

White with #C2ABDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2ABDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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