#C7B5CC

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

Shades of Prelude #C7B5CC

Tints of Prelude #C7B5CC

Color information

#C7B5CC (or 0xC7B5CC) is unknown color: approx Prelude. HEX triplet: C7, B5 and CC. RGB value is (199,181,204). Sum of RGB (Red+Green+Blue) = 199+181+204=584 (77% of max value = 765). Red value is 199 (78.12% from 255 or 34.08% from 584); Green value is 181 (71.09% from 255 or 30.99% from 584); Blue value is 204 (80.08% from 255 or 34.93% from 584); Max value from RGB is 204 - color contains mainly: blue. Hex color #C7B5CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7B5CC is #384A33. Grayscale: #BCBCBC. Windows color (decimal): -3689012 or 13415879. OLE color: 13415879.

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

Color convert

RGB199181204-
CMYK0.020.1100.2
HSL286.96º18.4%75.49%-
HSV(B)286.96º11.27%80%-
XYZ50.9849.5564-
YUV189136.46135.13-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 34.08%
GREEN value IS 181 (71.09% from 255) = 30.99%
BLUE value IS 204 (80.08% from 255) = 34.93%
R=34.08%
G=30.99%
B=34.93%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1991812040.020.1100.2286.9618.475.49
HexC7B5CC2B01411f124b
Octal30726531421302443722113
Binary110001111011010111001100101011010100100011111100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B5CC; }

 p { color: rgb(199,181,204); }

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

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

 a { background-color: rgb(199,181,204); }

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

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

 span { border-color: rgb(199,181,204); }

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