#C4B5CD

Color #C4B5CD Prelude (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prelude #C4B5CD

Tints of Prelude #C4B5CD

Color information

#C4B5CD (or 0xC4B5CD) is unknown color: approx Prelude. HEX triplet: C4, B5 and CD. RGB value is (196,181,205). Sum of RGB (Red+Green+Blue) = 196+181+205=582 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.68% from 582); Green value is 181 (71.09% from 255 or 31.10% from 582); Blue value is 205 (80.47% from 255 or 35.22% from 582); Max value from RGB is 205 - color contains mainly: blue. Hex color #C4B5CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4B5CD is #3B4A32. Grayscale: #BCBCBC. Windows color (decimal): -3885619 or 13481412. OLE color: 13481412.

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

Color convert

RGB196181205-
CMYK0.040.1200.20
HSL277.5º19.35%75.69%-
HSV(B)277.5º11.71%80.39%-
XYZ50.3149.1964.6-
YUV188.22137.47133.55-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.68%
GREEN value IS 181 (71.09% from 255) = 31.10%
BLUE value IS 205 (80.47% from 255) = 35.22%
R=33.68%
G=31.10%
B=35.22%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1961812050.040.1200.20277.519.3575.69
HexC4B5CD4C014116134c
Octal30426531541402442623114
Binary1100010010110101110011011001100010100100010110100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B5CD; }

 p { color: rgb(196,181,205); }

 H1.HeaderClassName
 {
   color: #C4B5CD;
 }
 .AnyTagClassName
 {
   color: #C4B5CD;
 }
</style>
background-color css

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

 a { background-color: rgb(196,181,205); }

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

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

 span { border-color: rgb(196,181,205); }

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