#c2afdd

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

Shades of Moon Raker #C2AFDD

Tints of Moon Raker #C2AFDD

Color information

#C2AFDD (or 0xC2AFDD) is unknown color: approx Moon Raker. HEX triplet: C2, AF and DD. RGB value is (194,175,221). Sum of RGB (Red+Green+Blue) = 194+175+221=590 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.88% from 590); Green value is 175 (68.75% from 255 or 29.66% from 590); Blue value is 221 (86.72% from 255 or 37.46% from 590); Max value from RGB is 221 - color contains mainly: blue. Hex color #C2AFDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2AFDD is #3D5022. Grayscale: #B9B9B9. Windows color (decimal): -4018211 or 14528450. OLE color: 14528450.

HSL color Cylindrical-coordinate representation of color #C2AFDD: hue angle of 264.78º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C2AFDD is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB194175221-
CMYK0.120.2100.13
HSL264.78º40.35%77.65%-
HSV(B)264.78º20.81%86.67%-
XYZ50.6347.3574.88-
YUV185.92147.79133.76-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.88%
GREEN value IS 175 (68.75% from 255) = 29.66%
BLUE value IS 221 (86.72% from 255) = 37.46%
R=32.88%
G=29.66%
B=37.46%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1941752210.120.2100.13264.7840.3577.65
HexC2AFDDC150D109284e
Octal302257335142501541150116
Binary110000101010111111011101110010101011011000010011010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c2afdd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c2afdd; }

 p { color: rgb(194,175,221); }

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

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

 a { background-color: rgb(194,175,221); }

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

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

 span { border-color: rgb(194,175,221); }

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