Html Css Color HEX #C5B8CF Prelude

📋 copy color: '#C5B8CF'

red 197 ◦ green 184 ◦ blue 207

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

Shades of Prelude #C5B8CF

Tints of Prelude #C5B8CF

RGB

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

 GREEN value IS 184 (72.27% from 255) = 31.29%

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

R = 33.5%
G = 31.29%
B = 35.2%

CMYK

 C value IS 0.05

 M value IS 0.11

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C5B8CF (or 0xC5B8CF) is known color: Prelude. HEX triplet: C5, B8 and CF. RGB value is (197,184,207). Sum of RGB (Red+Green+Blue) = 197+184+207=588 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.50% from 588); Green value is 184 (72.27% from 255 or 31.29% from 588); Blue value is 207 (81.25% from 255 or 35.20% from 588); Max value from RGB is 207 - color contains mainly: blue. Hex color #C5B8CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5B8CF is #3A4730. Grayscale: #BEBEBE. Windows color (decimal): -3819313 or 13613253. OLE color: 13613253.

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

Color convert

RGB 197 184 207 -
CMYK 0.05 0.11 0 0.19
HSL 273.91º 0.19% 0.77% -
HSV(B) 273.91º 0.11% 0.81% -
XYZ 51.43 50.66 66.1 -
YUV 190.51 137.31 132.63 -
System Red Green Blue C M Y K H S L
Decimal 197 184 207 0.05 0.11 0 0.19 273.91 0.19 0.77
Hex C5 B8 CF 5 B 0 13 112 13 4D
Octal 305 270 317 5 13 0 23 422 23 115
Binary 11000101 10111000 11001111 101 1011 0 10011 100010010 10011 1001101

Color Harmonies of #C5B8CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B8CF

Black with #C5B8CF

Text Example


Text Example

White with #C5B8CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B8CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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