#C3B5CF

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

Shades of Prelude #C3B5CF

Tints of Prelude #C3B5CF

Color information

#C3B5CF (or 0xC3B5CF) is unknown color: approx Prelude. HEX triplet: C3, B5 and CF. RGB value is (195,181,207). Sum of RGB (Red+Green+Blue) = 195+181+207=583 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.45% from 583); Green value is 181 (71.09% from 255 or 31.05% from 583); Blue value is 207 (81.25% from 255 or 35.51% from 583); Max value from RGB is 207 - color contains mainly: blue. Hex color #C3B5CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3B5CF is #3C4A30. Grayscale: #BCBCBC. Windows color (decimal): -3951153 or 13612483. OLE color: 13612483.

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

Color convert

RGB195181207-
CMYK0.060.1300.19
HSL272.31º21.31%76.08%-
HSV(B)272.31º12.56%81.18%-
XYZ50.2949.1565.87-
YUV188.15138.64132.89-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.45%
GREEN value IS 181 (71.09% from 255) = 31.05%
BLUE value IS 207 (81.25% from 255) = 35.51%
R=33.45%
G=31.05%
B=35.51%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1951812070.060.1300.19272.3121.3176.08
HexC3B5CF6D013110154c
Octal30326531761502342025114
Binary1100001110110101110011111101101010011100010000101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B5CF; }

 p { color: rgb(195,181,207); }

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

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

 a { background-color: rgb(195,181,207); }

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

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

 span { border-color: rgb(195,181,207); }

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