Html Css Color HEX #C2AFD8 Perfume

📋 copy color: '#C2AFD8'

red 194 ◦ green 175 ◦ blue 216

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

Shades of Perfume #C2AFD8

Tints of Perfume #C2AFD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 36.92%

R = 33.16%
G = 29.91%
B = 36.92%

CMYK

 C value IS 0.10

 M value IS 0.19

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C2AFD8 (or 0xC2AFD8) is known color: Perfume. HEX triplet: C2, AF and D8. RGB value is (194,175,216). Sum of RGB (Red+Green+Blue) = 194+175+216=585 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.16% from 585); Green value is 175 (68.75% from 255 or 29.91% from 585); Blue value is 216 (84.77% from 255 or 36.92% from 585); Max value from RGB is 216 - color contains mainly: blue. Hex color #C2AFD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2AFD8 is #3D5027. Grayscale: #B9B9B9. Windows color (decimal): -4018216 or 14200770. OLE color: 14200770.

HSL color Cylindrical-coordinate representation of color #C2AFD8: hue angle of 267.8º degrees, saturation: 0.34, 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 #C2AFD8 is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 194 175 216 -
CMYK 0.10 0.19 0 0.15
HSL 267.8º 0.34% 0.77% -
HSV(B) 267.8º 0.19% 0.85% -
XYZ 49.97 47.09 71.42 -
YUV 185.36 145.29 134.17 -
System Red Green Blue C M Y K H S L
Decimal 194 175 216 0.10 0.19 0 0.15 267.8 0.34 0.77
Hex C2 AF D8 A 13 0 F 10C 22 4D
Octal 302 257 330 12 23 0 17 414 42 115
Binary 11000010 10101111 11011000 1010 10011 0 1111 100001100 100010 1001101

Color Harmonies of #C2AFD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AFD8

Black with #C2AFD8

Text Example


Text Example

White with #C2AFD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AFD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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