Html Css Color HEX #C9ADE1 Perfume

📋 copy color: '#C9ADE1'

red 201 ◦ green 173 ◦ blue 225

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

Shades of Perfume #C9ADE1

Tints of Perfume #C9ADE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 37.56%

R = 33.56%
G = 28.88%
B = 37.56%

CMYK

 C value IS 0.11

 M value IS 0.23

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C9ADE1 (or 0xC9ADE1) is known color: Perfume. HEX triplet: C9, AD and E1. RGB value is (201,173,225). Sum of RGB (Red+Green+Blue) = 201+173+225=599 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.56% from 599); Green value is 173 (67.97% from 255 or 28.88% from 599); Blue value is 225 (88.28% from 255 or 37.56% from 599); Max value from RGB is 225 - color contains mainly: blue. Hex color #C9ADE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9ADE1 is #36521E. Grayscale: #BBBBBB. Windows color (decimal): -3559967 or 14790089. OLE color: 14790089.

HSL color Cylindrical-coordinate representation of color #C9ADE1: hue angle of 272.31º degrees, saturation: 0.46, 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 #C9ADE1 is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 201 173 225 -
CMYK 0.11 0.23 0 0.12
HSL 272.31º 0.46% 0.78% -
HSV(B) 272.31º 0.23% 0.88% -
XYZ 52.62 47.74 77.68 -
YUV 187.3 149.28 137.77 -
System Red Green Blue C M Y K H S L
Decimal 201 173 225 0.11 0.23 0 0.12 272.31 0.46 0.78
Hex C9 AD E1 B 17 0 C 110 2E 4E
Octal 311 255 341 13 27 0 14 420 56 116
Binary 11001001 10101101 11100001 1011 10111 0 1100 100010000 101110 1001110

Color Harmonies of #C9ADE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9ADE1

Black with #C9ADE1

Text Example


Text Example

White with #C9ADE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9ADE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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