#C7ACCD

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

Shades of Prelude #C7ACCD

Tints of Prelude #C7ACCD

Color information

#C7ACCD (or 0xC7ACCD) is unknown color: approx Prelude. HEX triplet: C7, AC and CD. RGB value is (199,172,205). Sum of RGB (Red+Green+Blue) = 199+172+205=576 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.55% from 576); Green value is 172 (67.58% from 255 or 29.86% from 576); Blue value is 205 (80.47% from 255 or 35.59% from 576); Max value from RGB is 205 - color contains mainly: blue. Hex color #C7ACCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7ACCD is #385332. Grayscale: #B7B7B7. Windows color (decimal): -3691315 or 13479111. OLE color: 13479111.

HSL color Cylindrical-coordinate representation of color #C7ACCD: hue angle of 289.09º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C7ACCD is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB199172205-
CMYK0.030.1600.20
HSL289.09º24.81%73.92%-
HSV(B)289.09º16.1%80.39%-
XYZ49.3346.0564.05-
YUV183.84139.95138.82-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 34.55%
GREEN value IS 172 (67.58% from 255) = 29.86%
BLUE value IS 205 (80.47% from 255) = 35.59%
R=34.55%
G=29.86%
B=35.59%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1991722050.030.1600.20289.0924.8173.92
HexC7ACCD310014121194a
Octal30725431532002444131112
Binary1100011110101100110011011110000010100100100001110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7ACCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7ACCD; }

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

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

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

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

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

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

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

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