Html Css Color HEX #C9AFEC Perfume

📋 copy color: '#C9AFEC'

red 201 ◦ green 175 ◦ blue 236

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

Shades of Perfume #C9AFEC

Tints of Perfume #C9AFEC

RGB

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

 GREEN value IS 175 (68.75% from 255) = 28.59%

 BLUE value IS 236 (92.58% from 255) = 38.56%

R = 32.84%
G = 28.59%
B = 38.56%

CMYK

 C value IS 0.15

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C9AFEC (or 0xC9AFEC) is known color: Perfume. HEX triplet: C9, AF and EC. RGB value is (201,175,236). Sum of RGB (Red+Green+Blue) = 201+175+236=612 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.84% from 612); Green value is 175 (68.75% from 255 or 28.59% from 612); Blue value is 236 (92.58% from 255 or 38.56% from 612); Max value from RGB is 236 - color contains mainly: blue. Hex color #C9AFEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9AFEC is #365013. Grayscale: #BDBDBD. Windows color (decimal): -3559444 or 15511497. OLE color: 15511497.

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

Color convert

RGB 201 175 236 -
CMYK 0.15 0.26 0 0.07
HSL 265.57º 0.62% 0.81% -
HSV(B) 265.57º 0.26% 0.93% -
XYZ 54.56 49.13 85.97 -
YUV 189.73 154.11 136.04 -
System Red Green Blue C M Y K H S L
Decimal 201 175 236 0.15 0.26 0 0.07 265.57 0.62 0.81
Hex C9 AF EC F 1A 0 7 10A 3E 51
Octal 311 257 354 17 32 0 7 412 76 121
Binary 11001001 10101111 11101100 1111 11010 0 111 100001010 111110 1010001

Color Harmonies of #C9AFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AFEC

Black with #C9AFEC

Text Example


Text Example

White with #C9AFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AFEC; }

 p { color: rgb(201,175,236); }

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

background-color css

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

 a { background-color: rgb(201,175,236); }

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

border-color css

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

 span { border-color: rgb(201,175,236); }

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