#C6AAD4

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

Shades of Prelude #C6AAD4

Tints of Prelude #C6AAD4

Color information

#C6AAD4 (or 0xC6AAD4) is unknown color: approx Prelude. HEX triplet: C6, AA and D4. RGB value is (198,170,212). Sum of RGB (Red+Green+Blue) = 198+170+212=580 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.14% from 580); Green value is 170 (66.80% from 255 or 29.31% from 580); Blue value is 212 (83.20% from 255 or 36.55% from 580); Max value from RGB is 212 - color contains mainly: blue. Hex color #C6AAD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6AAD4 is #39552B. Grayscale: #B7B7B7. Windows color (decimal): -3757356 or 13937350. OLE color: 13937350.

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

Color convert

RGB198170212-
CMYK0.070.2000.17
HSL280º32.81%74.9%-
HSV(B)280º19.81%83.14%-
XYZ49.5545.5168.46-
YUV183.16144.28138.58-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.14%
GREEN value IS 170 (66.80% from 255) = 29.31%
BLUE value IS 212 (83.20% from 255) = 36.55%
R=34.14%
G=29.31%
B=36.55%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1981702120.070.2000.1728032.8174.9
HexC6AAD4714011118214b
Octal30625232472402143041113
Binary110001101010101011010100111101000100011000110001000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6AAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6AAD4; }

 p { color: rgb(198,170,212); }

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

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

 a { background-color: rgb(198,170,212); }

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

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

 span { border-color: rgb(198,170,212); }

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