#C2ADE7

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

Shades of Moon Raker #C2ADE7

Tints of Moon Raker #C2ADE7

Color information

#C2ADE7 (or 0xC2ADE7) is unknown color: approx Moon Raker. HEX triplet: C2, AD and E7. RGB value is (194,173,231). Sum of RGB (Red+Green+Blue) = 194+173+231=598 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.44% from 598); Green value is 173 (67.97% from 255 or 28.93% from 598); Blue value is 231 (90.62% from 255 or 38.63% from 598); Max value from RGB is 231 - color contains mainly: blue. Hex color #C2ADE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2ADE7 is #3D5218. Grayscale: #B9B9B9. Windows color (decimal): -4018713 or 15183298. OLE color: 15183298.

HSL color Cylindrical-coordinate representation of color #C2ADE7: hue angle of 261.72º degrees, saturation: 0.55, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C2ADE7 is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB194173231-
CMYK0.160.2500.09
HSL261.72º54.72%79.22%-
HSV(B)261.72º25.11%90.59%-
XYZ51.6247.1381.98-
YUV185.89153.46133.78-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.44%
GREEN value IS 173 (67.97% from 255) = 28.93%
BLUE value IS 231 (90.62% from 255) = 38.63%
R=32.44%
G=28.93%
B=38.63%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1941732310.160.2500.09261.7254.7279.22
HexC2ADE7101909106374f
Octal302255347203101140667117
Binary1100001010101101111001111000011001010011000001101101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2ADE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2ADE7; }

 p { color: rgb(194,173,231); }

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

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

 a { background-color: rgb(194,173,231); }

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

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

 span { border-color: rgb(194,173,231); }

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