Html Css Color HEX #C5B5CE Prelude

📋 copy color: '#C5B5CE'

red 197 ◦ green 181 ◦ blue 206

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

Shades of Prelude #C5B5CE

Tints of Prelude #C5B5CE

RGB

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

 GREEN value IS 181 (71.09% from 255) = 30.99%

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

R = 33.73%
G = 30.99%
B = 35.27%

CMYK

 C value IS 0.04

 M value IS 0.12

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C5B5CE (or 0xC5B5CE) is known color: Prelude. HEX triplet: C5, B5 and CE. RGB value is (197,181,206). Sum of RGB (Red+Green+Blue) = 197+181+206=584 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.73% from 584); Green value is 181 (71.09% from 255 or 30.99% from 584); Blue value is 206 (80.86% from 255 or 35.27% from 584); Max value from RGB is 206 - color contains mainly: blue. Hex color #C5B5CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5B5CE is #3A4A31. Grayscale: #BCBCBC. Windows color (decimal): -3820082 or 13546949. OLE color: 13546949.

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

Color convert

RGB 197 181 206 -
CMYK 0.04 0.12 0 0.19
HSL 278.4º 0.2% 0.76% -
HSV(B) 278.4º 0.12% 0.81% -
XYZ 50.69 49.37 65.25 -
YUV 188.63 137.8 133.97 -
System Red Green Blue C M Y K H S L
Decimal 197 181 206 0.04 0.12 0 0.19 278.4 0.2 0.76
Hex C5 B5 CE 4 C 0 13 116 14 4C
Octal 305 265 316 4 14 0 23 426 24 114
Binary 11000101 10110101 11001110 100 1100 0 10011 100010110 10100 1001100

Color Harmonies of #C5B5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B5CE

Black with #C5B5CE

Text Example


Text Example

White with #C5B5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B5CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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