#C4AFCE

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

Shades of Prelude #C4AFCE

Tints of Prelude #C4AFCE

Color information

#C4AFCE (or 0xC4AFCE) is unknown color: approx Prelude. HEX triplet: C4, AF and CE. RGB value is (196,175,206). Sum of RGB (Red+Green+Blue) = 196+175+206=577 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.97% from 577); Green value is 175 (68.75% from 255 or 30.33% from 577); Blue value is 206 (80.86% from 255 or 35.70% from 577); Max value from RGB is 206 - color contains mainly: blue. Hex color #C4AFCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4AFCE is #3B5031. Grayscale: #B8B8B8. Windows color (decimal): -3887154 or 13545412. OLE color: 13545412.

HSL color Cylindrical-coordinate representation of color #C4AFCE: hue angle of 280.65º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C4AFCE is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB196175206-
CMYK0.050.1500.19
HSL280.65º24.03%74.71%-
HSV(B)280.65º15.05%80.78%-
XYZ49.2446.8564.84-
YUV184.81139.96135.98-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.97%
GREEN value IS 175 (68.75% from 255) = 30.33%
BLUE value IS 206 (80.86% from 255) = 35.70%
R=33.97%
G=30.33%
B=35.70%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1961752060.050.1500.19280.6524.0374.71
HexC4AFCE5F013119184b
Octal30425731651702343130113
Binary1100010010101111110011101011111010011100011001110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AFCE; }

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

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

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

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

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

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

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

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