#C5ACCD

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

Shades of Prelude #C5ACCD

Tints of Prelude #C5ACCD

Color information

#C5ACCD (or 0xC5ACCD) is unknown color: approx Prelude. HEX triplet: C5, AC and CD. RGB value is (197,172,205). Sum of RGB (Red+Green+Blue) = 197+172+205=574 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.32% from 574); Green value is 172 (67.58% from 255 or 29.97% from 574); Blue value is 205 (80.47% from 255 or 35.71% from 574); Max value from RGB is 205 - color contains mainly: blue. Hex color #C5ACCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5ACCD is #3A5332. Grayscale: #B7B7B7. Windows color (decimal): -3822387 or 13479109. OLE color: 13479109.

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

Color convert

RGB197172205-
CMYK0.040.1600.20
HSL285.45º24.81%73.92%-
HSV(B)285.45º16.1%80.39%-
XYZ48.845.7864.02-
YUV183.24140.28137.82-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.32%
GREEN value IS 172 (67.58% from 255) = 29.97%
BLUE value IS 205 (80.47% from 255) = 35.71%
R=34.32%
G=29.97%
B=35.71%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1971722050.040.1600.20285.4524.8173.92
HexC5ACCD41001411d194a
Octal30525431542002443531112
Binary11000101101011001100110110010000010100100011101110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5ACCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5ACCD; }

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

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

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

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

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

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

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

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