#C5ADCE

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

Shades of Prelude #C5ADCE

Tints of Prelude #C5ADCE

Color information

#C5ADCE (or 0xC5ADCE) is unknown color: approx Prelude. HEX triplet: C5, AD and CE. RGB value is (197,173,206). Sum of RGB (Red+Green+Blue) = 197+173+206=576 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.20% from 576); Green value is 173 (67.97% from 255 or 30.03% from 576); Blue value is 206 (80.86% from 255 or 35.76% from 576); Max value from RGB is 206 - color contains mainly: blue. Hex color #C5ADCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5ADCE is #3A5231. Grayscale: #B7B7B7. Windows color (decimal): -3822130 or 13544901. OLE color: 13544901.

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

Color convert

RGB197173206-
CMYK0.040.1600.19
HSL283.64º25.19%74.31%-
HSV(B)283.64º16.02%80.78%-
XYZ49.1146.2164.72-
YUV183.94140.45137.32-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.20%
GREEN value IS 173 (67.97% from 255) = 30.03%
BLUE value IS 206 (80.86% from 255) = 35.76%
R=34.20%
G=30.03%
B=35.76%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1971732060.040.1600.19283.6425.1974.31
HexC5ADCE41001311c194a
Octal30525531642002343431112
Binary11000101101011011100111010010000010011100011100110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5ADCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5ADCE; }

 p { color: rgb(197,173,206); }

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

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

 a { background-color: rgb(197,173,206); }

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

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

 span { border-color: rgb(197,173,206); }

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