#C2B0DF

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

Shades of Moon Raker #C2B0DF

Tints of Moon Raker #C2B0DF

Color information

#C2B0DF (or 0xC2B0DF) is unknown color: approx Moon Raker. HEX triplet: C2, B0 and DF. RGB value is (194,176,223). Sum of RGB (Red+Green+Blue) = 194+176+223=593 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.72% from 593); Green value is 176 (69.14% from 255 or 29.68% from 593); Blue value is 223 (87.5% from 255 or 37.61% from 593); Max value from RGB is 223 - color contains mainly: blue. Hex color #C2B0DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2B0DF is #3D4F20. Grayscale: #BABABA. Windows color (decimal): -4017953 or 14659778. OLE color: 14659778.

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

Color convert

RGB194176223-
CMYK0.130.2100.13
HSL262.98º42.34%78.24%-
HSV(B)262.98º21.08%87.45%-
XYZ51.0947.8576.35-
YUV186.74148.46133.18-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.72%
GREEN value IS 176 (69.14% from 255) = 29.68%
BLUE value IS 223 (87.5% from 255) = 37.61%
R=32.72%
G=29.68%
B=37.61%

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
Decimal1941762230.130.2100.13262.9842.3478.24
HexC2B0DFD150D1072a4e
Octal302260337152501540752116
Binary110000101011000011011111110110101011011000001111010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B0DF; }

 p { color: rgb(194,176,223); }

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

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

 a { background-color: rgb(194,176,223); }

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

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

 span { border-color: rgb(194,176,223); }

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