#C2B2DD

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

Shades of Moon Raker #C2B2DD

Tints of Moon Raker #C2B2DD

Color information

#C2B2DD (or 0xC2B2DD) is unknown color: approx Moon Raker. HEX triplet: C2, B2 and DD. RGB value is (194,178,221). Sum of RGB (Red+Green+Blue) = 194+178+221=593 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.72% from 593); Green value is 178 (69.92% from 255 or 30.02% from 593); Blue value is 221 (86.72% from 255 or 37.27% from 593); Max value from RGB is 221 - color contains mainly: blue. Hex color #C2B2DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2B2DD is #3D4D22. Grayscale: #BBBBBB. Windows color (decimal): -4017443 or 14529218. OLE color: 14529218.

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

Color convert

RGB194178221-
CMYK0.120.1900.13
HSL262.33º38.74%78.24%-
HSV(B)262.33º19.46%86.67%-
XYZ51.2248.5375.07-
YUV187.69146.8132.5-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.72%
GREEN value IS 178 (69.92% from 255) = 30.02%
BLUE value IS 221 (86.72% from 255) = 37.27%
R=32.72%
G=30.02%
B=37.27%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1941782210.120.1900.13262.3338.7478.24
HexC2B2DDC130D106274e
Octal302262335142301540647116
Binary110000101011001011011101110010011011011000001101001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B2DD; }

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

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

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

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

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

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

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

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