#C3ACCD

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

Shades of Prelude #C3ACCD

Tints of Prelude #C3ACCD

Color information

#C3ACCD (or 0xC3ACCD) is unknown color: approx Prelude. HEX triplet: C3, AC and CD. RGB value is (195,172,205). Sum of RGB (Red+Green+Blue) = 195+172+205=572 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.09% from 572); Green value is 172 (67.58% from 255 or 30.07% from 572); Blue value is 205 (80.47% from 255 or 35.84% from 572); Max value from RGB is 205 - color contains mainly: blue. Hex color #C3ACCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3ACCD is #3C5332. Grayscale: #B6B6B6. Windows color (decimal): -3953459 or 13479107. OLE color: 13479107.

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

Color convert

RGB195172205-
CMYK0.050.1600.20
HSL281.82º24.81%73.92%-
HSV(B)281.82º16.1%80.39%-
XYZ48.2845.5164-
YUV182.64140.62136.82-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.09%
GREEN value IS 172 (67.58% from 255) = 30.07%
BLUE value IS 205 (80.47% from 255) = 35.84%
R=34.09%
G=30.07%
B=35.84%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1951722050.050.1600.20281.8224.8173.92
HexC3ACCD51001411a194a
Octal30325431552002443231112
Binary11000011101011001100110110110000010100100011010110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3ACCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3ACCD; }

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

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

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

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

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

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

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

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