Html Css Color HEX #C2AFD6 Perfume

📋 copy color: '#C2AFD6'

red 194 ◦ green 175 ◦ blue 214

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

Shades of Perfume #C2AFD6

Tints of Perfume #C2AFD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 36.71%

R = 33.28%
G = 30.02%
B = 36.71%

CMYK

 C value IS 0.09

 M value IS 0.18

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C2AFD6 (or 0xC2AFD6) is known color: Perfume. HEX triplet: C2, AF and D6. RGB value is (194,175,214). Sum of RGB (Red+Green+Blue) = 194+175+214=583 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.28% from 583); Green value is 175 (68.75% from 255 or 30.02% from 583); Blue value is 214 (83.98% from 255 or 36.71% from 583); Max value from RGB is 214 - color contains mainly: blue. Hex color #C2AFD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2AFD6 is #3D5029. Grayscale: #B8B8B8. Windows color (decimal): -4018218 or 14069698. OLE color: 14069698.

HSL color Cylindrical-coordinate representation of color #C2AFD6: hue angle of 269.23º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C2AFD6 is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 194 175 214 -
CMYK 0.09 0.18 0 0.16
HSL 269.23º 0.32% 0.76% -
HSV(B) 269.23º 0.18% 0.84% -
XYZ 49.72 46.98 70.07 -
YUV 185.13 144.29 134.33 -
System Red Green Blue C M Y K H S L
Decimal 194 175 214 0.09 0.18 0 0.16 269.23 0.32 0.76
Hex C2 AF D6 9 12 0 10 10D 20 4C
Octal 302 257 326 11 22 0 20 415 40 114
Binary 11000010 10101111 11010110 1001 10010 0 10000 100001101 100000 1001100

Color Harmonies of #C2AFD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AFD6

Black with #C2AFD6

Text Example


Text Example

White with #C2AFD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AFD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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