#C6ADD2

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

Shades of Prelude #C6ADD2

Tints of Prelude #C6ADD2

Color information

#C6ADD2 (or 0xC6ADD2) is unknown color: approx Prelude. HEX triplet: C6, AD and D2. RGB value is (198,173,210). Sum of RGB (Red+Green+Blue) = 198+173+210=581 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.08% from 581); Green value is 173 (67.97% from 255 or 29.78% from 581); Blue value is 210 (82.42% from 255 or 36.14% from 581); Max value from RGB is 210 - color contains mainly: blue. Hex color #C6ADD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6ADD2 is #39522D. Grayscale: #B8B8B8. Windows color (decimal): -3756590 or 13807046. OLE color: 13807046.

HSL color Cylindrical-coordinate representation of color #C6ADD2: hue angle of 280.54º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C6ADD2 is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB198173210-
CMYK0.060.1800.18
HSL280.54º29.13%75.1%-
HSV(B)280.54º17.62%82.35%-
XYZ49.8746.5567.33-
YUV184.69142.28137.49-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.08%
GREEN value IS 173 (67.97% from 255) = 29.78%
BLUE value IS 210 (82.42% from 255) = 36.14%
R=34.08%
G=29.78%
B=36.14%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1981732100.060.1800.18280.5429.1375.1
HexC6ADD26120121191d4b
Octal30625532262202243135113
Binary11000110101011011101001011010010010010100011001111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6ADD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6ADD2; }

 p { color: rgb(198,173,210); }

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

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

 a { background-color: rgb(198,173,210); }

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

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

 span { border-color: rgb(198,173,210); }

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