#C5AFCD

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

Shades of Prelude #C5AFCD

Tints of Prelude #C5AFCD

Color information

#C5AFCD (or 0xC5AFCD) is unknown color: approx Prelude. HEX triplet: C5, AF and CD. RGB value is (197,175,205). Sum of RGB (Red+Green+Blue) = 197+175+205=577 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.14% from 577); Green value is 175 (68.75% from 255 or 30.33% from 577); Blue value is 205 (80.47% from 255 or 35.53% from 577); Max value from RGB is 205 - color contains mainly: blue. Hex color #C5AFCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5AFCD is #3A5032. Grayscale: #B8B8B8. Windows color (decimal): -3821619 or 13479877. OLE color: 13479877.

HSL color Cylindrical-coordinate representation of color #C5AFCD: hue angle of 284º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C5AFCD is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB197175205-
CMYK0.040.1500.20
HSL284º23.08%74.51%-
HSV(B)284º14.63%80.39%-
XYZ49.3846.9464.22-
YUV185139.29136.56-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.14%
GREEN value IS 175 (68.75% from 255) = 30.33%
BLUE value IS 205 (80.47% from 255) = 35.53%
R=34.14%
G=30.33%
B=35.53%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1971752050.040.1500.2028423.0874.51
HexC5AFCD4F01411c174b
Octal30525731541702443427113
Binary1100010110101111110011011001111010100100011100101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5AFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5AFCD; }

 p { color: rgb(197,175,205); }

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

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

 a { background-color: rgb(197,175,205); }

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

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

 span { border-color: rgb(197,175,205); }

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