Html Css Color HEX #C2ADDD Perfume

📋 copy color: '#C2ADDD'

red 194 ◦ green 173 ◦ blue 221

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

Shades of Perfume #C2ADDD

Tints of Perfume #C2ADDD

RGB

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

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

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

R = 32.99%
G = 29.42%
B = 37.59%

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

#C2ADDD (or 0xC2ADDD) is known color: Perfume. HEX triplet: C2, AD and DD. RGB value is (194,173,221). Sum of RGB (Red+Green+Blue) = 194+173+221=588 (77% of max value = 765). Red value is 194 (76.17% from 255 or 32.99% from 588); Green value is 173 (67.97% from 255 or 29.42% from 588); Blue value is 221 (86.72% from 255 or 37.59% from 588); Max value from RGB is 221 - color contains mainly: blue. Hex color #C2ADDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2ADDD is #3D5222. Grayscale: #B8B8B8. Windows color (decimal): -4018723 or 14527938. OLE color: 14527938.

HSL color Cylindrical-coordinate representation of color #C2ADDD: hue angle of 266.25º degrees, saturation: 0.41, 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 #C2ADDD is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 173 221 -
CMYK 0.12 0.22 0 0.13
HSL 266.25º 0.41% 0.77% -
HSV(B) 266.25º 0.22% 0.87% -
XYZ 50.24 46.58 74.75 -
YUV 184.75 148.46 134.6 -
System Red Green Blue C M Y K H S L
Decimal 194 173 221 0.12 0.22 0 0.13 266.25 0.41 0.77
Hex C2 AD DD C 16 0 D 10A 29 4D
Octal 302 255 335 14 26 0 15 412 51 115
Binary 11000010 10101101 11011101 1100 10110 0 1101 100001010 101001 1001101

Color Harmonies of #C2ADDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2ADDD

Black with #C2ADDD

Text Example


Text Example

White with #C2ADDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2ADDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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