#C4ACCD

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

Shades of Prelude #C4ACCD

Tints of Prelude #C4ACCD

Color information

#C4ACCD (or 0xC4ACCD) is unknown color: approx Prelude. HEX triplet: C4, AC and CD. RGB value is (196,172,205). Sum of RGB (Red+Green+Blue) = 196+172+205=573 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.21% from 573); Green value is 172 (67.58% from 255 or 30.02% from 573); Blue value is 205 (80.47% from 255 or 35.78% from 573); Max value from RGB is 205 - color contains mainly: blue. Hex color #C4ACCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4ACCD is #3B5332. Grayscale: #B6B6B6. Windows color (decimal): -3887923 or 13479108. OLE color: 13479108.

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

Color convert

RGB196172205-
CMYK0.040.1600.20
HSL283.64º24.81%73.92%-
HSV(B)283.64º16.1%80.39%-
XYZ48.5445.6564.01-
YUV182.94140.45137.32-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.21%
GREEN value IS 172 (67.58% from 255) = 30.02%
BLUE value IS 205 (80.47% from 255) = 35.78%
R=34.21%
G=30.02%
B=35.78%

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
Decimal1961722050.040.1600.20283.6424.8173.92
HexC4ACCD41001411c194a
Octal30425431542002443431112
Binary11000100101011001100110110010000010100100011100110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4ACCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4ACCD; }

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

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

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

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

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

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

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

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