Html Css Color HEX #C9ADDE Perfume

📋 copy color: '#C9ADDE'

red 201 ◦ green 173 ◦ blue 222

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

Shades of Perfume #C9ADDE

Tints of Perfume #C9ADDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 37.25%

R = 33.72%
G = 29.03%
B = 37.25%

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

#C9ADDE (or 0xC9ADDE) is known color: Perfume. HEX triplet: C9, AD and DE. RGB value is (201,173,222). Sum of RGB (Red+Green+Blue) = 201+173+222=596 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.72% from 596); Green value is 173 (67.97% from 255 or 29.03% from 596); Blue value is 222 (87.11% from 255 or 37.25% from 596); Max value from RGB is 222 - color contains mainly: blue. Hex color #C9ADDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9ADDE is #365221. Grayscale: #BABABA. Windows color (decimal): -3559970 or 14593481. OLE color: 14593481.

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

Color convert

RGB 201 173 222 -
CMYK 0.09 0.22 0 0.13
HSL 274.29º 0.43% 0.77% -
HSV(B) 274.29º 0.22% 0.87% -
XYZ 52.22 47.58 75.54 -
YUV 186.96 147.78 138.02 -
System Red Green Blue C M Y K H S L
Decimal 201 173 222 0.09 0.22 0 0.13 274.29 0.43 0.77
Hex C9 AD DE 9 16 0 D 112 2B 4D
Octal 311 255 336 11 26 0 15 422 53 115
Binary 11001001 10101101 11011110 1001 10110 0 1101 100010010 101011 1001101

Color Harmonies of #C9ADDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9ADDE

Black with #C9ADDE

Text Example


Text Example

White with #C9ADDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9ADDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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