#C7B3CD

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

Shades of Prelude #C7B3CD

Tints of Prelude #C7B3CD

Color information

#C7B3CD (or 0xC7B3CD) is unknown color: approx Prelude. HEX triplet: C7, B3 and CD. RGB value is (199,179,205). Sum of RGB (Red+Green+Blue) = 199+179+205=583 (77% of max value = 765). Red value is 199 (78.12% from 255 or 34.13% from 583); Green value is 179 (70.31% from 255 or 30.70% from 583); Blue value is 205 (80.47% from 255 or 35.16% from 583); Max value from RGB is 205 - color contains mainly: blue. Hex color #C7B3CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7B3CD is #384C32. Grayscale: #BBBBBB. Windows color (decimal): -3689523 or 13480903. OLE color: 13480903.

HSL color Cylindrical-coordinate representation of color #C7B3CD: hue angle of 286.15º 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 #C7B3CD is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB199179205-
CMYK0.030.1300.20
HSL286.15º20.63%75.29%-
HSV(B)286.15º12.68%80.39%-
XYZ50.6948.7964.5-
YUV187.94137.63135.89-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 34.13%
GREEN value IS 179 (70.31% from 255) = 30.70%
BLUE value IS 205 (80.47% from 255) = 35.16%
R=34.13%
G=30.70%
B=35.16%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1991792050.030.1300.20286.1520.6375.29
HexC7B3CD3D01411e154b
Octal30726331531502443625113
Binary110001111011001111001101111101010100100011110101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B3CD; }

 p { color: rgb(199,179,205); }

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

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

 a { background-color: rgb(199,179,205); }

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

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

 span { border-color: rgb(199,179,205); }

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