Html Css Color HEX #C5B1CC Prelude

📋 copy color: '#C5B1CC'

red 197 ◦ green 177 ◦ blue 204

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

Shades of Prelude #C5B1CC

Tints of Prelude #C5B1CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 35.29%

R = 34.08%
G = 30.62%
B = 35.29%

CMYK

 C value IS 0.03

 M value IS 0.13

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C5B1CC (or 0xC5B1CC) is known color: Prelude. HEX triplet: C5, B1 and CC. RGB value is (197,177,204). Sum of RGB (Red+Green+Blue) = 197+177+204=578 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.08% from 578); Green value is 177 (69.53% from 255 or 30.62% from 578); Blue value is 204 (80.08% from 255 or 35.29% from 578); Max value from RGB is 204 - color contains mainly: blue. Hex color #C5B1CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5B1CC is #3A4E33. Grayscale: #B9B9B9. Windows color (decimal): -3821108 or 13414853. OLE color: 13414853.

HSL color Cylindrical-coordinate representation of color #C5B1CC: hue angle of 284.44º degrees, saturation: 0.21, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C5B1CC is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 197 177 204 -
CMYK 0.03 0.13 0 0.2
HSL 284.44º 0.21% 0.75% -
HSV(B) 284.44º 0.13% 0.8% -
XYZ 49.65 47.67 63.71 -
YUV 186.06 138.13 135.8 -
System Red Green Blue C M Y K H S L
Decimal 197 177 204 0.03 0.13 0 0.2 284.44 0.21 0.75
Hex C5 B1 CC 3 D 0 14 11C 15 4B
Octal 305 261 314 3 15 0 24 434 25 113
Binary 11000101 10110001 11001100 11 1101 0 10100 100011100 10101 1001011

Color Harmonies of #C5B1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B1CC

Black with #C5B1CC

Text Example


Text Example

White with #C5B1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B1CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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