Html Css Color HEX #C2A9DF Perfume

📋 copy color: '#C2A9DF'

red 194 ◦ green 169 ◦ blue 223

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

Shades of Perfume #C2A9DF

Tints of Perfume #C2A9DF

RGB

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

 GREEN value IS 169 (66.41% from 255) = 28.84%

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

R = 33.11%
G = 28.84%
B = 38.05%

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

#C2A9DF (or 0xC2A9DF) is known color: Perfume. HEX triplet: C2, A9 and DF. RGB value is (194,169,223). Sum of RGB (Red+Green+Blue) = 194+169+223=586 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.11% from 586); Green value is 169 (66.41% from 255 or 28.84% from 586); Blue value is 223 (87.5% from 255 or 38.05% from 586); Max value from RGB is 223 - color contains mainly: blue. Hex color #C2A9DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2A9DF is #3D5620. Grayscale: #B6B6B6. Windows color (decimal): -4019745 or 14657986. OLE color: 14657986.

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

Color convert

RGB 194 169 223 -
CMYK 0.13 0.24 0 0.13
HSL 267.78º 0.46% 0.77% -
HSV(B) 267.78º 0.24% 0.87% -
XYZ 49.76 45.17 75.91 -
YUV 182.63 150.78 136.11 -
System Red Green Blue C M Y K H S L
Decimal 194 169 223 0.13 0.24 0 0.13 267.78 0.46 0.77
Hex C2 A9 DF D 18 0 D 10C 2E 4D
Octal 302 251 337 15 30 0 15 414 56 115
Binary 11000010 10101001 11011111 1101 11000 0 1101 100001100 101110 1001101

Color Harmonies of #C2A9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A9DF

Black with #C2A9DF

Text Example


Text Example

White with #C2A9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A9DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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