Html Css Color HEX #C2ACDD Perfume

📋 copy color: '#C2ACDD'

red 194 ◦ green 172 ◦ blue 221

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

Shades of Perfume #C2ACDD

Tints of Perfume #C2ACDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.65%

R = 33.05%
G = 29.3%
B = 37.65%

CMYK

 C value IS 0.12

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C2ACDD (or 0xC2ACDD) is known color: Perfume. HEX triplet: C2, AC and DD. RGB value is (194,172,221). Sum of RGB (Red+Green+Blue) = 194+172+221=587 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.05% from 587); Green value is 172 (67.58% from 255 or 29.30% from 587); Blue value is 221 (86.72% from 255 or 37.65% from 587); Max value from RGB is 221 - color contains mainly: blue. Hex color #C2ACDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2ACDD is #3D5322. Grayscale: #B7B7B7. Windows color (decimal): -4018979 or 14527682. OLE color: 14527682.

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

Color convert

RGB 194 172 221 -
CMYK 0.12 0.22 0 0.13
HSL 266.94º 0.42% 0.77% -
HSV(B) 266.94º 0.22% 0.87% -
XYZ 50.05 46.19 74.69 -
YUV 184.16 148.79 135.02 -
System Red Green Blue C M Y K H S L
Decimal 194 172 221 0.12 0.22 0 0.13 266.94 0.42 0.77
Hex C2 AC DD C 16 0 D 10B 2A 4D
Octal 302 254 335 14 26 0 15 413 52 115
Binary 11000010 10101100 11011101 1100 10110 0 1101 100001011 101010 1001101

Color Harmonies of #C2ACDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2ACDD

Black with #C2ACDD

Text Example


Text Example

White with #C2ACDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2ACDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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