Html Css Color HEX #C9ADDD Perfume

📋 copy color: '#C9ADDD'

red 201 ◦ green 173 ◦ blue 221

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

Shades of Perfume #C9ADDD

Tints of Perfume #C9ADDD

RGB

 RED value IS 201 (78.91% from 255) = 33.78%

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

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

R = 33.78%
G = 29.08%
B = 37.14%

CMYK

 C value IS 0.09

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C9ADDD (or 0xC9ADDD) is known color: Perfume. HEX triplet: C9, AD and DD. RGB value is (201,173,221). Sum of RGB (Red+Green+Blue) = 201+173+221=595 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.78% from 595); Green value is 173 (67.97% from 255 or 29.08% from 595); Blue value is 221 (86.72% from 255 or 37.14% from 595); Max value from RGB is 221 - color contains mainly: blue. Hex color #C9ADDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9ADDD is #365222. Grayscale: #BABABA. Windows color (decimal): -3559971 or 14527945. OLE color: 14527945.

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

Color convert

RGB 201 173 221 -
CMYK 0.09 0.22 0 0.13
HSL 275º 0.41% 0.77% -
HSV(B) 275º 0.22% 0.87% -
XYZ 52.08 47.53 74.83 -
YUV 186.84 147.28 138.1 -
System Red Green Blue C M Y K H S L
Decimal 201 173 221 0.09 0.22 0 0.13 275 0.41 0.77
Hex C9 AD DD 9 16 0 D 113 29 4D
Octal 311 255 335 11 26 0 15 423 51 115
Binary 11001001 10101101 11011101 1001 10110 0 1101 100010011 101001 1001101

Color Harmonies of #C9ADDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9ADDD

Black with #C9ADDD

Text Example


Text Example

White with #C9ADDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9ADDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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