Html Css Color HEX #C9AFDD Perfume

📋 copy color: '#C9AFDD'

red 201 ◦ green 175 ◦ blue 221

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

Shades of Perfume #C9AFDD

Tints of Perfume #C9AFDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.02%

R = 33.67%
G = 29.31%
B = 37.02%

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

#C9AFDD (or 0xC9AFDD) is known color: Perfume. HEX triplet: C9, AF and DD. RGB value is (201,175,221). Sum of RGB (Red+Green+Blue) = 201+175+221=597 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.67% from 597); Green value is 175 (68.75% from 255 or 29.31% from 597); Blue value is 221 (86.72% from 255 or 37.02% from 597); Max value from RGB is 221 - color contains mainly: blue. Hex color #C9AFDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9AFDD is #365022. Grayscale: #BBBBBB. Windows color (decimal): -3559459 or 14528457. OLE color: 14528457.

HSL color Cylindrical-coordinate representation of color #C9AFDD: hue angle of 273.91º degrees, saturation: 0.4, 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 #C9AFDD is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 201 175 221 -
CMYK 0.09 0.21 0 0.13
HSL 273.91º 0.4% 0.78% -
HSV(B) 273.91º 0.21% 0.87% -
XYZ 52.47 48.3 74.96 -
YUV 188.02 146.61 137.26 -
System Red Green Blue C M Y K H S L
Decimal 201 175 221 0.09 0.21 0 0.13 273.91 0.4 0.78
Hex C9 AF DD 9 15 0 D 112 28 4E
Octal 311 257 335 11 25 0 15 422 50 116
Binary 11001001 10101111 11011101 1001 10101 0 1101 100010010 101000 1001110

Color Harmonies of #C9AFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AFDD

Black with #C9AFDD

Text Example


Text Example

White with #C9AFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AFDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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