Html Css Color HEX #C2ADDA Perfume

📋 copy color: '#C2ADDA'

red 194 ◦ green 173 ◦ blue 218

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

Shades of Perfume #C2ADDA

Tints of Perfume #C2ADDA

RGB

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

 GREEN value IS 173 (67.97% from 255) = 29.57%

 BLUE value IS 218 (85.55% from 255) = 37.26%

R = 33.16%
G = 29.57%
B = 37.26%

CMYK

 C value IS 0.11

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C2ADDA (or 0xC2ADDA) is known color: Perfume. HEX triplet: C2, AD and DA. RGB value is (194,173,218). Sum of RGB (Red+Green+Blue) = 194+173+218=585 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.16% from 585); Green value is 173 (67.97% from 255 or 29.57% from 585); Blue value is 218 (85.55% from 255 or 37.26% from 585); Max value from RGB is 218 - color contains mainly: blue. Hex color #C2ADDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2ADDA is #3D5225. Grayscale: #B8B8B8. Windows color (decimal): -4018726 or 14331330. OLE color: 14331330.

HSL color Cylindrical-coordinate representation of color #C2ADDA: hue angle of 268º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C2ADDA is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 194 173 218 -
CMYK 0.11 0.21 0 0.15
HSL 268º 0.38% 0.77% -
HSV(B) 268º 0.21% 0.85% -
XYZ 49.85 46.42 72.66 -
YUV 184.41 146.96 134.84 -
System Red Green Blue C M Y K H S L
Decimal 194 173 218 0.11 0.21 0 0.15 268 0.38 0.77
Hex C2 AD DA B 15 0 F 10C 26 4D
Octal 302 255 332 13 25 0 17 414 46 115
Binary 11000010 10101101 11011010 1011 10101 0 1111 100001100 100110 1001101

Color Harmonies of #C2ADDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2ADDA

Black with #C2ADDA

Text Example


Text Example

White with #C2ADDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2ADDA; }

 p { color: rgb(194,173,218); }

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

background-color css

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

 a { background-color: rgb(194,173,218); }

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

border-color css

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

 span { border-color: rgb(194,173,218); }

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