Html Css Color HEX #C5B1CF Prelude

📋 copy color: '#C5B1CF'

red 197 ◦ green 177 ◦ blue 207

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

Shades of Prelude #C5B1CF

Tints of Prelude #C5B1CF

RGB

 RED value IS 197 (77.34% from 255) = 33.91%

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

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

R = 33.91%
G = 30.46%
B = 35.63%

CMYK

 C value IS 0.05

 M value IS 0.14

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C5B1CF (or 0xC5B1CF) is known color: Prelude. HEX triplet: C5, B1 and CF. RGB value is (197,177,207). Sum of RGB (Red+Green+Blue) = 197+177+207=581 (76% of max value = 765). Red value is 197 (77.34% from 255 or 33.91% from 581); Green value is 177 (69.53% from 255 or 30.46% from 581); Blue value is 207 (81.25% from 255 or 35.63% from 581); Max value from RGB is 207 - color contains mainly: blue. Hex color #C5B1CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5B1CF is #3A4E30. Grayscale: #BABABA. Windows color (decimal): -3821105 or 13611461. OLE color: 13611461.

HSL color Cylindrical-coordinate representation of color #C5B1CF: hue angle of 280º 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 #C5B1CF is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 197 177 207 -
CMYK 0.05 0.14 0 0.19
HSL 280º 0.24% 0.75% -
HSV(B) 280º 0.14% 0.81% -
XYZ 50.01 47.82 65.63 -
YUV 186.4 139.63 135.56 -
System Red Green Blue C M Y K H S L
Decimal 197 177 207 0.05 0.14 0 0.19 280 0.24 0.75
Hex C5 B1 CF 5 E 0 13 118 18 4B
Octal 305 261 317 5 16 0 23 430 30 113
Binary 11000101 10110001 11001111 101 1110 0 10011 100011000 11000 1001011

Color Harmonies of #C5B1CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B1CF

Black with #C5B1CF

Text Example


Text Example

White with #C5B1CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B1CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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