#C6AFCD

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

Shades of Prelude #C6AFCD

Tints of Prelude #C6AFCD

Color information

#C6AFCD (or 0xC6AFCD) is unknown color: approx Prelude. HEX triplet: C6, AF and CD. RGB value is (198,175,205). Sum of RGB (Red+Green+Blue) = 198+175+205=578 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.26% from 578); Green value is 175 (68.75% from 255 or 30.28% from 578); Blue value is 205 (80.47% from 255 or 35.47% from 578); Max value from RGB is 205 - color contains mainly: blue. Hex color #C6AFCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6AFCD is #395032. Grayscale: #B9B9B9. Windows color (decimal): -3756083 or 13479878. OLE color: 13479878.

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

Color convert

RGB198175205-
CMYK0.030.1500.20
HSL286º23.08%74.51%-
HSV(B)286º14.63%80.39%-
XYZ49.6447.0764.23-
YUV185.3139.12137.06-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.26%
GREEN value IS 175 (68.75% from 255) = 30.28%
BLUE value IS 205 (80.47% from 255) = 35.47%
R=34.26%
G=30.28%
B=35.47%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1981752050.030.1500.2028623.0874.51
HexC6AFCD3F01411e174b
Octal30625731531702443627113
Binary110001101010111111001101111111010100100011110101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6AFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6AFCD; }

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

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

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

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

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

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

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

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