Html Css Color HEX #C2AADF Perfume

📋 copy color: '#C2AADF'

red 194 ◦ green 170 ◦ blue 223

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

Shades of Perfume #C2AADF

Tints of Perfume #C2AADF

RGB

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

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

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

R = 33.05%
G = 28.96%
B = 37.99%

CMYK

 C value IS 0.13

 M value IS 0.24

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C2AADF (or 0xC2AADF) is known color: Perfume. HEX triplet: C2, AA and DF. RGB value is (194,170,223). Sum of RGB (Red+Green+Blue) = 194+170+223=587 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.05% from 587); Green value is 170 (66.80% from 255 or 28.96% from 587); Blue value is 223 (87.5% from 255 or 37.99% from 587); Max value from RGB is 223 - color contains mainly: blue. Hex color #C2AADF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2AADF is #3D5520. Grayscale: #B7B7B7. Windows color (decimal): -4019489 or 14658242. OLE color: 14658242.

HSL color Cylindrical-coordinate representation of color #C2AADF: hue angle of 267.17º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2AADF is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 170 223 -
CMYK 0.13 0.24 0 0.13
HSL 267.17º 0.45% 0.77% -
HSV(B) 267.17º 0.24% 0.87% -
XYZ 49.94 45.55 75.97 -
YUV 183.22 150.45 135.69 -
System Red Green Blue C M Y K H S L
Decimal 194 170 223 0.13 0.24 0 0.13 267.17 0.45 0.77
Hex C2 AA DF D 18 0 D 10B 2D 4D
Octal 302 252 337 15 30 0 15 413 55 115
Binary 11000010 10101010 11011111 1101 11000 0 1101 100001011 101101 1001101

Color Harmonies of #C2AADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AADF

Black with #C2AADF

Text Example


Text Example

White with #C2AADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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