Html Css Color HEX #C9ACDF Perfume

📋 copy color: '#C9ACDF'

red 201 ◦ green 172 ◦ blue 223

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

Shades of Perfume #C9ACDF

Tints of Perfume #C9ACDF

RGB

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

 GREEN value IS 172 (67.58% from 255) = 28.86%

 BLUE value IS 223 (87.5% from 255) = 37.42%

R = 33.72%
G = 28.86%
B = 37.42%

CMYK

 C value IS 0.10

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C9ACDF (or 0xC9ACDF) is known color: Perfume. HEX triplet: C9, AC and DF. RGB value is (201,172,223). Sum of RGB (Red+Green+Blue) = 201+172+223=596 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.72% from 596); Green value is 172 (67.58% from 255 or 28.86% from 596); Blue value is 223 (87.5% from 255 or 37.42% from 596); Max value from RGB is 223 - color contains mainly: blue. Hex color #C9ACDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9ACDF is #365320. Grayscale: #BABABA. Windows color (decimal): -3560225 or 14658761. OLE color: 14658761.

HSL color Cylindrical-coordinate representation of color #C9ACDF: hue angle of 274.12º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C9ACDF is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 201 172 223 -
CMYK 0.10 0.23 0 0.13
HSL 274.12º 0.44% 0.77% -
HSV(B) 274.12º 0.23% 0.87% -
XYZ 52.16 47.25 76.18 -
YUV 186.49 148.61 138.35 -
System Red Green Blue C M Y K H S L
Decimal 201 172 223 0.10 0.23 0 0.13 274.12 0.44 0.77
Hex C9 AC DF A 17 0 D 112 2C 4D
Octal 311 254 337 12 27 0 15 422 54 115
Binary 11001001 10101100 11011111 1010 10111 0 1101 100010010 101100 1001101

Color Harmonies of #C9ACDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9ACDF

Black with #C9ACDF

Text Example


Text Example

White with #C9ACDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9ACDF; }

 p { color: rgb(201,172,223); }

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

background-color css

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

 a { background-color: rgb(201,172,223); }

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

border-color css

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

 span { border-color: rgb(201,172,223); }

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