Html Css Color HEX #C9B3CE Prelude

📋 copy color: '#C9B3CE'

red 201 ◦ green 179 ◦ blue 206

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

Shades of Prelude #C9B3CE

Tints of Prelude #C9B3CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 35.15%

R = 34.3%
G = 30.55%
B = 35.15%

CMYK

 C value IS 0.02

 M value IS 0.13

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C9B3CE (or 0xC9B3CE) is known color: Prelude. HEX triplet: C9, B3 and CE. RGB value is (201,179,206). Sum of RGB (Red+Green+Blue) = 201+179+206=586 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.30% from 586); Green value is 179 (70.31% from 255 or 30.55% from 586); Blue value is 206 (80.86% from 255 or 35.15% from 586); Max value from RGB is 206 - color contains mainly: blue. Hex color #C9B3CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9B3CE is #364C31. Grayscale: #BCBCBC. Windows color (decimal): -3558450 or 13546441. OLE color: 13546441.

HSL color Cylindrical-coordinate representation of color #C9B3CE: hue angle of 288.89º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C9B3CE is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 201 179 206 -
CMYK 0.02 0.13 0 0.19
HSL 288.89º 0.22% 0.75% -
HSV(B) 288.89º 0.13% 0.81% -
XYZ 51.35 49.11 65.17 -
YUV 188.66 137.79 136.8 -
System Red Green Blue C M Y K H S L
Decimal 201 179 206 0.02 0.13 0 0.19 288.89 0.22 0.75
Hex C9 B3 CE 2 D 0 13 121 16 4B
Octal 311 263 316 2 15 0 23 441 26 113
Binary 11001001 10110011 11001110 10 1101 0 10011 100100001 10110 1001011

Color Harmonies of #C9B3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B3CE

Black with #C9B3CE

Text Example


Text Example

White with #C9B3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B3CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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