Html Css Color HEX #C2ACDE Perfume

📋 copy color: '#C2ACDE'

red 194 ◦ green 172 ◦ blue 222

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

Shades of Perfume #C2ACDE

Tints of Perfume #C2ACDE

RGB

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

 GREEN value IS 172 (67.58% from 255) = 29.25%

 BLUE value IS 222 (87.11% from 255) = 37.76%

R = 32.99%
G = 29.25%
B = 37.76%

CMYK

 C value IS 0.13

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C2ACDE (or 0xC2ACDE) is known color: Perfume. HEX triplet: C2, AC and DE. RGB value is (194,172,222). Sum of RGB (Red+Green+Blue) = 194+172+222=588 (77% of max value = 765). Red value is 194 (76.17% from 255 or 32.99% from 588); Green value is 172 (67.58% from 255 or 29.25% from 588); Blue value is 222 (87.11% from 255 or 37.76% from 588); Max value from RGB is 222 - color contains mainly: blue. Hex color #C2ACDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2ACDE is #3D5321. Grayscale: #B8B8B8. Windows color (decimal): -4018978 or 14593218. OLE color: 14593218.

HSL color Cylindrical-coordinate representation of color #C2ACDE: hue angle of 266.4º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2ACDE is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 172 222 -
CMYK 0.13 0.23 0 0.13
HSL 266.4º 0.43% 0.77% -
HSV(B) 266.4º 0.23% 0.87% -
XYZ 50.19 46.25 75.39 -
YUV 184.28 149.29 134.93 -
System Red Green Blue C M Y K H S L
Decimal 194 172 222 0.13 0.23 0 0.13 266.4 0.43 0.77
Hex C2 AC DE D 17 0 D 10A 2B 4D
Octal 302 254 336 15 27 0 15 412 53 115
Binary 11000010 10101100 11011110 1101 10111 0 1101 100001010 101011 1001101

Color Harmonies of #C2ACDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2ACDE

Black with #C2ACDE

Text Example


Text Example

White with #C2ACDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2ACDE; }

 p { color: rgb(194,172,222); }

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

background-color css

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

 a { background-color: rgb(194,172,222); }

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

border-color css

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

 span { border-color: rgb(194,172,222); }

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