Html Css Color HEX #C9B3DF Perfume

📋 copy color: '#C9B3DF'

red 201 ◦ green 179 ◦ blue 223

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

Shades of Perfume #C9B3DF

Tints of Perfume #C9B3DF

RGB

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

 GREEN value IS 179 (70.31% from 255) = 29.68%

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

R = 33.33%
G = 29.68%
B = 36.98%

CMYK

 C value IS 0.10

 M value IS 0.20

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C9B3DF (or 0xC9B3DF) is known color: Perfume. HEX triplet: C9, B3 and DF. RGB value is (201,179,223). Sum of RGB (Red+Green+Blue) = 201+179+223=603 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.33% from 603); Green value is 179 (70.31% from 255 or 29.68% from 603); Blue value is 223 (87.5% from 255 or 36.98% from 603); Max value from RGB is 223 - color contains mainly: blue. Hex color #C9B3DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9B3DF is #364C20. Grayscale: #BEBEBE. Windows color (decimal): -3558433 or 14660553. OLE color: 14660553.

HSL color Cylindrical-coordinate representation of color #C9B3DF: hue angle of 270º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C9B3DF is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 201 179 223 -
CMYK 0.10 0.20 0 0.13
HSL 270º 0.41% 0.79% -
HSV(B) 270º 0.2% 0.87% -
XYZ 53.53 49.99 76.64 -
YUV 190.59 146.29 135.42 -
System Red Green Blue C M Y K H S L
Decimal 201 179 223 0.10 0.20 0 0.13 270 0.41 0.79
Hex C9 B3 DF A 14 0 D 10E 29 4F
Octal 311 263 337 12 24 0 15 416 51 117
Binary 11001001 10110011 11011111 1010 10100 0 1101 100001110 101001 1001111

Color Harmonies of #C9B3DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B3DF

Black with #C9B3DF

Text Example


Text Example

White with #C9B3DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B3DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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