Html Css Color HEX #C5B7CE Prelude

📋 copy color: '#C5B7CE'

red 197 ◦ green 183 ◦ blue 206

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

Shades of Prelude #C5B7CE

Tints of Prelude #C5B7CE

RGB

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

 GREEN value IS 183 (71.88% from 255) = 31.23%

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

R = 33.62%
G = 31.23%
B = 35.15%

CMYK

 C value IS 0.04

 M value IS 0.11

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C5B7CE (or 0xC5B7CE) is known color: Prelude. HEX triplet: C5, B7 and CE. RGB value is (197,183,206). Sum of RGB (Red+Green+Blue) = 197+183+206=586 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.62% from 586); Green value is 183 (71.88% from 255 or 31.23% 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 #C5B7CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5B7CE is #3A4831. Grayscale: #BDBDBD. Windows color (decimal): -3819570 or 13547461. OLE color: 13547461.

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

Color convert

RGB 197 183 206 -
CMYK 0.04 0.11 0 0.19
HSL 276.52º 0.19% 0.76% -
HSV(B) 276.52º 0.11% 0.81% -
XYZ 51.1 50.19 65.39 -
YUV 189.81 137.14 133.13 -
System Red Green Blue C M Y K H S L
Decimal 197 183 206 0.04 0.11 0 0.19 276.52 0.19 0.76
Hex C5 B7 CE 4 B 0 13 115 13 4C
Octal 305 267 316 4 13 0 23 425 23 114
Binary 11000101 10110111 11001110 100 1011 0 10011 100010101 10011 1001100

Color Harmonies of #C5B7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B7CE

Black with #C5B7CE

Text Example


Text Example

White with #C5B7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B7CE; }

 p { color: rgb(197,183,206); }

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

background-color css

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

 a { background-color: rgb(197,183,206); }

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

border-color css

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

 span { border-color: rgb(197,183,206); }

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