Html Css Color HEX #C9B3CF Prelude

📋 copy color: '#C9B3CF'

red 201 ◦ green 179 ◦ blue 207

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

Shades of Prelude #C9B3CF

Tints of Prelude #C9B3CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 35.26%

R = 34.24%
G = 30.49%
B = 35.26%

CMYK

 C value IS 0.03

 M value IS 0.14

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C9B3CF (or 0xC9B3CF) is known color: Prelude. HEX triplet: C9, B3 and CF. RGB value is (201,179,207). Sum of RGB (Red+Green+Blue) = 201+179+207=587 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.24% from 587); Green value is 179 (70.31% from 255 or 30.49% from 587); Blue value is 207 (81.25% from 255 or 35.26% from 587); Max value from RGB is 207 - color contains mainly: blue. Hex color #C9B3CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9B3CF is #364C30. Grayscale: #BCBCBC. Windows color (decimal): -3558449 or 13611977. OLE color: 13611977.

HSL color Cylindrical-coordinate representation of color #C9B3CF: hue angle of 287.14º degrees, saturation: 0.23, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C9B3CF is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 201 179 207 -
CMYK 0.03 0.14 0 0.19
HSL 287.14º 0.23% 0.76% -
HSV(B) 287.14º 0.14% 0.81% -
XYZ 51.47 49.16 65.81 -
YUV 188.77 138.29 136.72 -
System Red Green Blue C M Y K H S L
Decimal 201 179 207 0.03 0.14 0 0.19 287.14 0.23 0.76
Hex C9 B3 CF 3 E 0 13 11F 17 4C
Octal 311 263 317 3 16 0 23 437 27 114
Binary 11001001 10110011 11001111 11 1110 0 10011 100011111 10111 1001100

Color Harmonies of #C9B3CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B3CF

Black with #C9B3CF

Text Example


Text Example

White with #C9B3CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B3CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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