#C2B5D1

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

Shades of Moon Raker #C2B5D1

Tints of Moon Raker #C2B5D1

Color information

#C2B5D1 (or 0xC2B5D1) is unknown color: approx Moon Raker. HEX triplet: C2, B5 and D1. RGB value is (194,181,209). Sum of RGB (Red+Green+Blue) = 194+181+209=584 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.22% from 584); Green value is 181 (71.09% from 255 or 30.99% from 584); Blue value is 209 (82.03% from 255 or 35.79% from 584); Max value from RGB is 209 - color contains mainly: blue. Hex color #C2B5D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2B5D1 is #3D4A2E. Grayscale: #BBBBBB. Windows color (decimal): -4016687 or 13743554. OLE color: 13743554.

HSL color Cylindrical-coordinate representation of color #C2B5D1: hue angle of 267.86º degrees, saturation: 0.23, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C2B5D1 is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB194181209-
CMYK0.070.1300.18
HSL267.86º23.33%76.47%-
HSV(B)267.86º13.4%81.96%-
XYZ50.2849.1267.15-
YUV188.08139.81132.22-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.22%
GREEN value IS 181 (71.09% from 255) = 30.99%
BLUE value IS 209 (82.03% from 255) = 35.79%
R=33.22%
G=30.99%
B=35.79%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1941812090.070.1300.18267.8623.3376.47
HexC2B5D17D01210c174c
Octal30226532171502241427114
Binary1100001010110101110100011111101010010100001100101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B5D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B5D1; }

 p { color: rgb(194,181,209); }

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

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

 a { background-color: rgb(194,181,209); }

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

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

 span { border-color: rgb(194,181,209); }

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