#C7ACD7

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

Shades of Prelude #C7ACD7

Tints of Prelude #C7ACD7

Color information

#C7ACD7 (or 0xC7ACD7) is unknown color: approx Prelude. HEX triplet: C7, AC and D7. RGB value is (199,172,215). Sum of RGB (Red+Green+Blue) = 199+172+215=586 (77% of max value = 765). Red value is 199 (78.12% from 255 or 33.96% from 586); Green value is 172 (67.58% from 255 or 29.35% from 586); Blue value is 215 (84.38% from 255 or 36.69% from 586); Max value from RGB is 215 - color contains mainly: blue. Hex color #C7ACD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7ACD7 is #385328. Grayscale: #B8B8B8. Windows color (decimal): -3691305 or 14134471. OLE color: 14134471.

HSL color Cylindrical-coordinate representation of color #C7ACD7: hue angle of 277.67º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C7ACD7 is Cyan = 0.07, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB199172215-
CMYK0.070.200.16
HSL277.67º34.96%75.88%-
HSV(B)277.67º20%84.31%-
XYZ50.5746.5570.61-
YUV184.98144.95138-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.96%
GREEN value IS 172 (67.58% from 255) = 29.35%
BLUE value IS 215 (84.38% from 255) = 36.69%
R=33.96%
G=29.35%
B=36.69%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1991722150.070.200.16277.6734.9675.88
HexC7ACD7714010116234c
Octal30725432772402042643114
Binary110001111010110011010111111101000100001000101101000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7ACD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7ACD7; }

 p { color: rgb(199,172,215); }

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

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

 a { background-color: rgb(199,172,215); }

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

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

 span { border-color: rgb(199,172,215); }

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