#C4AFCD

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

Shades of Prelude #C4AFCD

Tints of Prelude #C4AFCD

Color information

#C4AFCD (or 0xC4AFCD) is unknown color: approx Prelude. HEX triplet: C4, AF and CD. RGB value is (196,175,205). Sum of RGB (Red+Green+Blue) = 196+175+205=576 (76% of max value = 765). Red value is 196 (76.95% from 255 or 34.03% from 576); Green value is 175 (68.75% from 255 or 30.38% from 576); Blue value is 205 (80.47% from 255 or 35.59% from 576); Max value from RGB is 205 - color contains mainly: blue. Hex color #C4AFCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4AFCD is #3B5032. Grayscale: #B8B8B8. Windows color (decimal): -3887155 or 13479876. OLE color: 13479876.

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

Color convert

RGB196175205-
CMYK0.040.1500.20
HSL282º23.08%74.51%-
HSV(B)282º14.63%80.39%-
XYZ49.1146.864.2-
YUV184.7139.46136.06-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.03%
GREEN value IS 175 (68.75% from 255) = 30.38%
BLUE value IS 205 (80.47% from 255) = 35.59%
R=34.03%
G=30.38%
B=35.59%

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
Decimal1961752050.040.1500.2028223.0874.51
HexC4AFCD4F01411a174b
Octal30425731541702443227113
Binary1100010010101111110011011001111010100100011010101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AFCD; }

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

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

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

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

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

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

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

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