Html Css Color HEX #C9AFDE Perfume

📋 copy color: '#C9AFDE'

red 201 ◦ green 175 ◦ blue 222

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

Shades of Perfume #C9AFDE

Tints of Perfume #C9AFDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 37.12%

R = 33.61%
G = 29.26%
B = 37.12%

CMYK

 C value IS 0.09

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C9AFDE (or 0xC9AFDE) is known color: Perfume. HEX triplet: C9, AF and DE. RGB value is (201,175,222). Sum of RGB (Red+Green+Blue) = 201+175+222=598 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.61% from 598); Green value is 175 (68.75% from 255 or 29.26% from 598); Blue value is 222 (87.11% from 255 or 37.12% from 598); Max value from RGB is 222 - color contains mainly: blue. Hex color #C9AFDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9AFDE is #365021. Grayscale: #BBBBBB. Windows color (decimal): -3559458 or 14593993. OLE color: 14593993.

HSL color Cylindrical-coordinate representation of color #C9AFDE: hue angle of 273.19º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C9AFDE is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 201 175 222 -
CMYK 0.09 0.21 0 0.13
HSL 273.19º 0.42% 0.78% -
HSV(B) 273.19º 0.21% 0.87% -
XYZ 52.6 48.35 75.67 -
YUV 188.13 147.11 137.18 -
System Red Green Blue C M Y K H S L
Decimal 201 175 222 0.09 0.21 0 0.13 273.19 0.42 0.78
Hex C9 AF DE 9 15 0 D 111 2A 4E
Octal 311 257 336 11 25 0 15 421 52 116
Binary 11001001 10101111 11011110 1001 10101 0 1101 100010001 101010 1001110

Color Harmonies of #C9AFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AFDE

Black with #C9AFDE

Text Example


Text Example

White with #C9AFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AFDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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