#C5AFD4

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

Shades of Prelude #C5AFD4

Tints of Prelude #C5AFD4

Color information

#C5AFD4 (or 0xC5AFD4) is unknown color: approx Prelude. HEX triplet: C5, AF and D4. RGB value is (197,175,212). Sum of RGB (Red+Green+Blue) = 197+175+212=584 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.73% from 584); Green value is 175 (68.75% from 255 or 29.97% from 584); Blue value is 212 (83.20% from 255 or 36.30% from 584); Max value from RGB is 212 - color contains mainly: blue. Hex color #C5AFD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5AFD4 is #3A502B. Grayscale: #B9B9B9. Windows color (decimal): -3821612 or 13938629. OLE color: 13938629.

HSL color Cylindrical-coordinate representation of color #C5AFD4: hue angle of 275.68º degrees, saturation: 0.3, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C5AFD4 is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB197175212-
CMYK0.070.1700.17
HSL275.68º30.08%75.88%-
HSV(B)275.68º17.45%83.14%-
XYZ50.2447.2868.77-
YUV185.8142.79135.99-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.73%
GREEN value IS 175 (68.75% from 255) = 29.97%
BLUE value IS 212 (83.20% from 255) = 36.30%
R=33.73%
G=29.97%
B=36.30%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1971752120.070.1700.17275.6830.0875.88
HexC5AFD47110111141e4c
Octal30525732472102142436114
Binary11000101101011111101010011110001010001100010100111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5AFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5AFD4; }

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

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

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

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

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

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

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

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