Html Css Color HEX #C2AEDD Perfume

📋 copy color: '#C2AEDD'

red 194 ◦ green 174 ◦ blue 221

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

Shades of Perfume #C2AEDD

Tints of Perfume #C2AEDD

RGB

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

 GREEN value IS 174 (68.36% from 255) = 29.54%

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

R = 32.94%
G = 29.54%
B = 37.52%

CMYK

 C value IS 0.12

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C2AEDD (or 0xC2AEDD) is known color: Perfume. HEX triplet: C2, AE and DD. RGB value is (194,174,221). Sum of RGB (Red+Green+Blue) = 194+174+221=589 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.94% from 589); Green value is 174 (68.36% from 255 or 29.54% from 589); Blue value is 221 (86.72% from 255 or 37.52% from 589); Max value from RGB is 221 - color contains mainly: blue. Hex color #C2AEDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2AEDD is #3D5122. Grayscale: #B9B9B9. Windows color (decimal): -4018467 or 14528194. OLE color: 14528194.

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

Color convert

RGB 194 174 221 -
CMYK 0.12 0.21 0 0.13
HSL 265.53º 0.41% 0.77% -
HSV(B) 265.53º 0.21% 0.87% -
XYZ 50.44 46.96 74.81 -
YUV 185.34 148.13 134.18 -
System Red Green Blue C M Y K H S L
Decimal 194 174 221 0.12 0.21 0 0.13 265.53 0.41 0.77
Hex C2 AE DD C 15 0 D 10A 29 4D
Octal 302 256 335 14 25 0 15 412 51 115
Binary 11000010 10101110 11011101 1100 10101 0 1101 100001010 101001 1001101

Color Harmonies of #C2AEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AEDD

Black with #C2AEDD

Text Example


Text Example

White with #C2AEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AEDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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