Html Css Color HEX #C9ADE0 Perfume

📋 copy color: '#C9ADE0'

red 201 ◦ green 173 ◦ blue 224

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

Shades of Perfume #C9ADE0

Tints of Perfume #C9ADE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 37.46%

R = 33.61%
G = 28.93%
B = 37.46%

CMYK

 C value IS 0.10

 M value IS 0.23

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C9ADE0 (or 0xC9ADE0) is known color: Perfume. HEX triplet: C9, AD and E0. RGB value is (201,173,224). Sum of RGB (Red+Green+Blue) = 201+173+224=598 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.61% from 598); Green value is 173 (67.97% from 255 or 28.93% from 598); Blue value is 224 (87.89% from 255 or 37.46% from 598); Max value from RGB is 224 - color contains mainly: blue. Hex color #C9ADE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9ADE0 is #36521F. Grayscale: #BBBBBB. Windows color (decimal): -3559968 or 14724553. OLE color: 14724553.

HSL color Cylindrical-coordinate representation of color #C9ADE0: hue angle of 272.94º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C9ADE0 is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 201 173 224 -
CMYK 0.10 0.23 0 0.12
HSL 272.94º 0.45% 0.78% -
HSV(B) 272.94º 0.23% 0.88% -
XYZ 52.49 47.69 76.96 -
YUV 187.19 148.78 137.85 -
System Red Green Blue C M Y K H S L
Decimal 201 173 224 0.10 0.23 0 0.12 272.94 0.45 0.78
Hex C9 AD E0 A 17 0 C 111 2D 4E
Octal 311 255 340 12 27 0 14 421 55 116
Binary 11001001 10101101 11100000 1010 10111 0 1100 100010001 101101 1001110

Color Harmonies of #C9ADE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9ADE0

Black with #C9ADE0

Text Example


Text Example

White with #C9ADE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9ADE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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