Html Css Color HEX #C2AFD9 Perfume

📋 copy color: '#C2AFD9'

red 194 ◦ green 175 ◦ blue 217

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

Shades of Perfume #C2AFD9

Tints of Perfume #C2AFD9

RGB

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

 GREEN value IS 175 (68.75% from 255) = 29.86%

 BLUE value IS 217 (85.16% from 255) = 37.03%

R = 33.11%
G = 29.86%
B = 37.03%

CMYK

 C value IS 0.11

 M value IS 0.19

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C2AFD9 (or 0xC2AFD9) is known color: Perfume. HEX triplet: C2, AF and D9. RGB value is (194,175,217). Sum of RGB (Red+Green+Blue) = 194+175+217=586 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.11% from 586); Green value is 175 (68.75% from 255 or 29.86% from 586); Blue value is 217 (85.16% from 255 or 37.03% from 586); Max value from RGB is 217 - color contains mainly: blue. Hex color #C2AFD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2AFD9 is #3D5026. Grayscale: #B9B9B9. Windows color (decimal): -4018215 or 14266306. OLE color: 14266306.

HSL color Cylindrical-coordinate representation of color #C2AFD9: hue angle of 267.14º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C2AFD9 is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 194 175 217 -
CMYK 0.11 0.19 0 0.15
HSL 267.14º 0.36% 0.77% -
HSV(B) 267.14º 0.19% 0.85% -
XYZ 50.1 47.14 72.1 -
YUV 185.47 145.79 134.08 -
System Red Green Blue C M Y K H S L
Decimal 194 175 217 0.11 0.19 0 0.15 267.14 0.36 0.77
Hex C2 AF D9 B 13 0 F 10B 24 4D
Octal 302 257 331 13 23 0 17 413 44 115
Binary 11000010 10101111 11011001 1011 10011 0 1111 100001011 100100 1001101

Color Harmonies of #C2AFD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AFD9

Black with #C2AFD9

Text Example


Text Example

White with #C2AFD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AFD9; }

 p { color: rgb(194,175,217); }

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

background-color css

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

 a { background-color: rgb(194,175,217); }

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

border-color css

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

 span { border-color: rgb(194,175,217); }

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