Html Css Color HEX #C1AAD3 Perfume

📋 copy color: '#C1AAD3'

red 193 ◦ green 170 ◦ blue 211

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

Shades of Perfume #C1AAD3

Tints of Perfume #C1AAD3

RGB

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

 GREEN value IS 170 (66.8% from 255) = 29.62%

 BLUE value IS 211 (82.81% from 255) = 36.76%

R = 33.62%
G = 29.62%
B = 36.76%

CMYK

 C value IS 0.09

 M value IS 0.19

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C1AAD3 (or 0xC1AAD3) is known color: Perfume. HEX triplet: C1, AA and D3. RGB value is (193,170,211). Sum of RGB (Red+Green+Blue) = 193+170+211=574 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.62% from 574); Green value is 170 (66.80% from 255 or 29.62% from 574); Blue value is 211 (82.81% from 255 or 36.76% from 574); Max value from RGB is 211 - color contains mainly: blue. Hex color #C1AAD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1AAD3 is #3E552C. Grayscale: #B5B5B5. Windows color (decimal): -4085037 or 13871809. OLE color: 13871809.

HSL color Cylindrical-coordinate representation of color #C1AAD3: hue angle of 273.66º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C1AAD3 is Cyan = 0.09, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 193 170 211 -
CMYK 0.09 0.19 0 0.17
HSL 273.66º 0.32% 0.75% -
HSV(B) 273.66º 0.19% 0.83% -
XYZ 48.12 44.79 67.74 -
YUV 181.55 144.62 136.17 -
System Red Green Blue C M Y K H S L
Decimal 193 170 211 0.09 0.19 0 0.17 273.66 0.32 0.75
Hex C1 AA D3 9 13 0 11 112 20 4B
Octal 301 252 323 11 23 0 21 422 40 113
Binary 11000001 10101010 11010011 1001 10011 0 10001 100010010 100000 1001011

Color Harmonies of #C1AAD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1AAD3

Black with #C1AAD3

Text Example


Text Example

White with #C1AAD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1AAD3; }

 p { color: rgb(193,170,211); }

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

background-color css

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

 a { background-color: rgb(193,170,211); }

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

border-color css

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

 span { border-color: rgb(193,170,211); }

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