Html Css Color HEX #C2AFD5 Perfume

📋 copy color: '#C2AFD5'

red 194 ◦ green 175 ◦ blue 213

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

Shades of Perfume #C2AFD5

Tints of Perfume #C2AFD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 36.6%

R = 33.33%
G = 30.07%
B = 36.6%

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

#C2AFD5 (or 0xC2AFD5) is known color: Perfume. HEX triplet: C2, AF and D5. RGB value is (194,175,213). Sum of RGB (Red+Green+Blue) = 194+175+213=582 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.33% from 582); Green value is 175 (68.75% from 255 or 30.07% from 582); Blue value is 213 (83.59% from 255 or 36.60% from 582); Max value from RGB is 213 - color contains mainly: blue. Hex color #C2AFD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2AFD5 is #3D502A. Grayscale: #B8B8B8. Windows color (decimal): -4018219 or 14004162. OLE color: 14004162.

HSL color Cylindrical-coordinate representation of color #C2AFD5: hue angle of 270º degrees, saturation: 0.31, 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 #C2AFD5 is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 194 175 213 -
CMYK 0.09 0.18 0 0.16
HSL 270º 0.31% 0.76% -
HSV(B) 270º 0.18% 0.84% -
XYZ 49.59 46.93 69.4 -
YUV 185.01 143.79 134.41 -
System Red Green Blue C M Y K H S L
Decimal 194 175 213 0.09 0.18 0 0.16 270 0.31 0.76
Hex C2 AF D5 9 12 0 10 10E 1F 4C
Octal 302 257 325 11 22 0 20 416 37 114
Binary 11000010 10101111 11010101 1001 10010 0 10000 100001110 11111 1001100

Color Harmonies of #C2AFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AFD5

Black with #C2AFD5

Text Example


Text Example

White with #C2AFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AFD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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