Html Css Color HEX #C9AEE0 Perfume

📋 copy color: '#C9AEE0'

red 201 ◦ green 174 ◦ blue 224

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

Shades of Perfume #C9AEE0

Tints of Perfume #C9AEE0

RGB

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

 GREEN value IS 174 (68.36% from 255) = 29.05%

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

R = 33.56%
G = 29.05%
B = 37.4%

CMYK

 C value IS 0.10

 M value IS 0.22

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C9AEE0 (or 0xC9AEE0) is known color: Perfume. HEX triplet: C9, AE and E0. RGB value is (201,174,224). Sum of RGB (Red+Green+Blue) = 201+174+224=599 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.56% from 599); Green value is 174 (68.36% from 255 or 29.05% from 599); Blue value is 224 (87.89% from 255 or 37.40% from 599); Max value from RGB is 224 - color contains mainly: blue. Hex color #C9AEE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9AEE0 is #36511F. Grayscale: #BBBBBB. Windows color (decimal): -3559712 or 14724809. OLE color: 14724809.

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

Color convert

RGB 201 174 224 -
CMYK 0.10 0.22 0 0.12
HSL 272.4º 0.45% 0.78% -
HSV(B) 272.4º 0.22% 0.88% -
XYZ 52.68 48.07 77.02 -
YUV 187.77 148.45 137.43 -
System Red Green Blue C M Y K H S L
Decimal 201 174 224 0.10 0.22 0 0.12 272.4 0.45 0.78
Hex C9 AE E0 A 16 0 C 110 2D 4E
Octal 311 256 340 12 26 0 14 420 55 116
Binary 11001001 10101110 11100000 1010 10110 0 1100 100010000 101101 1001110

Color Harmonies of #C9AEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AEE0

Black with #C9AEE0

Text Example


Text Example

White with #C9AEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AEE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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