Html Css Color HEX #C1ABDC Perfume

📋 copy color: '#C1ABDC'

red 193 ◦ green 171 ◦ blue 220

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

Shades of Perfume #C1ABDC

Tints of Perfume #C1ABDC

RGB

 RED value IS 193 (75.78% from 255) = 33.05%

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

 BLUE value IS 220 (86.33% from 255) = 37.67%

R = 33.05%
G = 29.28%
B = 37.67%

CMYK

 C value IS 0.12

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C1ABDC (or 0xC1ABDC) is known color: Perfume. HEX triplet: C1, AB and DC. RGB value is (193,171,220). Sum of RGB (Red+Green+Blue) = 193+171+220=584 (77% of max value = 765). Red value is 193 (75.78% from 255 or 33.05% from 584); Green value is 171 (67.19% from 255 or 29.28% from 584); Blue value is 220 (86.33% from 255 or 37.67% from 584); Max value from RGB is 220 - color contains mainly: blue. Hex color #C1ABDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1ABDC is #3E5423. Grayscale: #B6B6B6. Windows color (decimal): -4084772 or 14461889. OLE color: 14461889.

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

Color convert

RGB 193 171 220 -
CMYK 0.12 0.22 0 0.14
HSL 266.94º 0.41% 0.77% -
HSV(B) 266.94º 0.22% 0.86% -
XYZ 49.47 45.63 73.91 -
YUV 183.16 148.79 135.02 -
System Red Green Blue C M Y K H S L
Decimal 193 171 220 0.12 0.22 0 0.14 266.94 0.41 0.77
Hex C1 AB DC C 16 0 E 10B 29 4D
Octal 301 253 334 14 26 0 16 413 51 115
Binary 11000001 10101011 11011100 1100 10110 0 1110 100001011 101001 1001101

Color Harmonies of #C1ABDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1ABDC

Black with #C1ABDC

Text Example


Text Example

White with #C1ABDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1ABDC; }

 p { color: rgb(193,171,220); }

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

background-color css

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

 a { background-color: rgb(193,171,220); }

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

border-color css

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

 span { border-color: rgb(193,171,220); }

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