Html Css Color HEX #C9AFDC Perfume

📋 copy color: '#C9AFDC'

red 201 ◦ green 175 ◦ blue 220

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

Shades of Perfume #C9AFDC

Tints of Perfume #C9AFDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 36.91%

R = 33.72%
G = 29.36%
B = 36.91%

CMYK

 C value IS 0.09

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C9AFDC (or 0xC9AFDC) is known color: Perfume. HEX triplet: C9, AF and DC. RGB value is (201,175,220). Sum of RGB (Red+Green+Blue) = 201+175+220=596 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.72% from 596); Green value is 175 (68.75% from 255 or 29.36% from 596); Blue value is 220 (86.33% from 255 or 36.91% from 596); Max value from RGB is 220 - color contains mainly: blue. Hex color #C9AFDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9AFDC is #365023. Grayscale: #BBBBBB. Windows color (decimal): -3559460 or 14462921. OLE color: 14462921.

HSL color Cylindrical-coordinate representation of color #C9AFDC: hue angle of 274.67º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C9AFDC is Cyan = 0.09, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 201 175 220 -
CMYK 0.09 0.20 0 0.14
HSL 274.67º 0.39% 0.77% -
HSV(B) 274.67º 0.2% 0.86% -
XYZ 52.34 48.24 74.26 -
YUV 187.9 146.11 137.34 -
System Red Green Blue C M Y K H S L
Decimal 201 175 220 0.09 0.20 0 0.14 274.67 0.39 0.77
Hex C9 AF DC 9 14 0 E 113 27 4D
Octal 311 257 334 11 24 0 16 423 47 115
Binary 11001001 10101111 11011100 1001 10100 0 1110 100010011 100111 1001101

Color Harmonies of #C9AFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AFDC

Black with #C9AFDC

Text Example


Text Example

White with #C9AFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AFDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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