Html Css Color HEX #C9B1CF Prelude

📋 copy color: '#C9B1CF'

red 201 ◦ green 177 ◦ blue 207

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

Shades of Prelude #C9B1CF

Tints of Prelude #C9B1CF

RGB

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

 GREEN value IS 177 (69.53% from 255) = 30.26%

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

R = 34.36%
G = 30.26%
B = 35.38%

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

#C9B1CF (or 0xC9B1CF) is known color: Prelude. HEX triplet: C9, B1 and CF. RGB value is (201,177,207). Sum of RGB (Red+Green+Blue) = 201+177+207=585 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.36% from 585); Green value is 177 (69.53% from 255 or 30.26% from 585); Blue value is 207 (81.25% from 255 or 35.38% from 585); Max value from RGB is 207 - color contains mainly: blue. Hex color #C9B1CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9B1CF is #364E30. Grayscale: #BBBBBB. Windows color (decimal): -3558961 or 13611465. OLE color: 13611465.

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

Color convert

RGB 201 177 207 -
CMYK 0.03 0.14 0 0.19
HSL 288º 0.24% 0.75% -
HSV(B) 288º 0.14% 0.81% -
XYZ 51.07 48.37 65.68 -
YUV 187.6 138.95 137.56 -
System Red Green Blue C M Y K H S L
Decimal 201 177 207 0.03 0.14 0 0.19 288 0.24 0.75
Hex C9 B1 CF 3 E 0 13 120 18 4B
Octal 311 261 317 3 16 0 23 440 30 113
Binary 11001001 10110001 11001111 11 1110 0 10011 100100000 11000 1001011

Color Harmonies of #C9B1CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B1CF

Black with #C9B1CF

Text Example


Text Example

White with #C9B1CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B1CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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