#C1ACCD

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

Shades of Prelude #C1ACCD

Tints of Prelude #C1ACCD

Color information

#C1ACCD (or 0xC1ACCD) is unknown color: approx Prelude. HEX triplet: C1, AC and CD. RGB value is (193,172,205). Sum of RGB (Red+Green+Blue) = 193+172+205=570 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.86% from 570); Green value is 172 (67.58% from 255 or 30.18% from 570); Blue value is 205 (80.47% from 255 or 35.96% from 570); Max value from RGB is 205 - color contains mainly: blue. Hex color #C1ACCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1ACCD is #3E5332. Grayscale: #B5B5B5. Windows color (decimal): -4084531 or 13479105. OLE color: 13479105.

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

Color convert

RGB193172205-
CMYK0.060.1600.20
HSL278.18º24.81%73.92%-
HSV(B)278.18º16.1%80.39%-
XYZ47.7645.2563.97-
YUV182.04140.96135.82-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.86%
GREEN value IS 172 (67.58% from 255) = 30.18%
BLUE value IS 205 (80.47% from 255) = 35.96%
R=33.86%
G=30.18%
B=35.96%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1931722050.060.1600.20278.1824.8173.92
HexC1ACCD610014116194a
Octal30125431562002442631112
Binary11000001101011001100110111010000010100100010110110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1ACCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1ACCD; }

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

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

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

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

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

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

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

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