Html Css Color HEX #C9AEEE Perfume

📋 copy color: '#C9AEEE'

red 201 ◦ green 174 ◦ blue 238

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

Shades of Perfume #C9AEEE

Tints of Perfume #C9AEEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 38.83%

R = 32.79%
G = 28.38%
B = 38.83%

CMYK

 C value IS 0.16

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C9AEEE (or 0xC9AEEE) is known color: Perfume. HEX triplet: C9, AE and EE. RGB value is (201,174,238). Sum of RGB (Red+Green+Blue) = 201+174+238=613 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.79% from 613); Green value is 174 (68.36% from 255 or 28.38% from 613); Blue value is 238 (93.36% from 255 or 38.83% from 613); Max value from RGB is 238 - color contains mainly: blue. Hex color #C9AEEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9AEEE is #365111. Grayscale: #BDBDBD. Windows color (decimal): -3559698 or 15642313. OLE color: 15642313.

HSL color Cylindrical-coordinate representation of color #C9AEEE: hue angle of 265.31º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C9AEEE is Cyan = 0.16, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 201 174 238 -
CMYK 0.16 0.27 0 0.07
HSL 265.31º 0.65% 0.81% -
HSV(B) 265.31º 0.27% 0.93% -
XYZ 54.66 48.86 87.44 -
YUV 189.37 155.45 136.3 -
System Red Green Blue C M Y K H S L
Decimal 201 174 238 0.16 0.27 0 0.07 265.31 0.65 0.81
Hex C9 AE EE 10 1B 0 7 109 41 51
Octal 311 256 356 20 33 0 7 411 101 121
Binary 11001001 10101110 11101110 10000 11011 0 111 100001001 1000001 1010001

Color Harmonies of #C9AEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AEEE

Black with #C9AEEE

Text Example


Text Example

White with #C9AEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AEEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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