#C2AFDE

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

Shades of Moon Raker #C2AFDE

Tints of Moon Raker #C2AFDE

Color information

#C2AFDE (or 0xC2AFDE) is unknown color: approx Moon Raker. HEX triplet: C2, AF and DE. RGB value is (194,175,222). Sum of RGB (Red+Green+Blue) = 194+175+222=591 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.83% from 591); Green value is 175 (68.75% from 255 or 29.61% from 591); Blue value is 222 (87.11% from 255 or 37.56% from 591); Max value from RGB is 222 - color contains mainly: blue. Hex color #C2AFDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2AFDE is #3D5021. Grayscale: #B9B9B9. Windows color (decimal): -4018210 or 14593986. OLE color: 14593986.

HSL color Cylindrical-coordinate representation of color #C2AFDE: hue angle of 264.26º degrees, saturation: 0.42, 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 #C2AFDE is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB194175222-
CMYK0.130.2100.13
HSL264.26º41.59%77.84%-
HSV(B)264.26º21.17%87.06%-
XYZ50.7647.475.58-
YUV186.04148.29133.68-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.83%
GREEN value IS 175 (68.75% from 255) = 29.61%
BLUE value IS 222 (87.11% from 255) = 37.56%
R=32.83%
G=29.61%
B=37.56%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1941752220.130.2100.13264.2641.5977.84
HexC2AFDED150D1082a4e
Octal302257336152501541052116
Binary110000101010111111011110110110101011011000010001010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AFDE; }

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

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

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

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

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

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

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

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