#C5ADD2

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

Shades of Prelude #C5ADD2

Tints of Prelude #C5ADD2

Color information

#C5ADD2 (or 0xC5ADD2) is unknown color: approx Prelude. HEX triplet: C5, AD and D2. RGB value is (197,173,210). Sum of RGB (Red+Green+Blue) = 197+173+210=580 (76% of max value = 765). Red value is 197 (77.34% from 255 or 33.97% from 580); Green value is 173 (67.97% from 255 or 29.83% from 580); Blue value is 210 (82.42% from 255 or 36.21% from 580); Max value from RGB is 210 - color contains mainly: blue. Hex color #C5ADD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5ADD2 is #3A522D. Grayscale: #B8B8B8. Windows color (decimal): -3822126 or 13807045. OLE color: 13807045.

HSL color Cylindrical-coordinate representation of color #C5ADD2: hue angle of 278.92º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C5ADD2 is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB197173210-
CMYK0.060.1800.18
HSL278.92º29.13%75.1%-
HSV(B)278.92º17.62%82.35%-
XYZ49.646.4167.32-
YUV184.39142.45136.99-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.97%
GREEN value IS 173 (67.97% from 255) = 29.83%
BLUE value IS 210 (82.42% from 255) = 36.21%
R=33.97%
G=29.83%
B=36.21%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1971732100.060.1800.18278.9229.1375.1
HexC5ADD26120121171d4b
Octal30525532262202242735113
Binary11000101101011011101001011010010010010100010111111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5ADD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5ADD2; }

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

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

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

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

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

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

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

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