#C5B9D3

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

Shades of Moon Raker #C5B9D3

Tints of Moon Raker #C5B9D3

Color information

#C5B9D3 (or 0xC5B9D3) is unknown color: approx Moon Raker. HEX triplet: C5, B9 and D3. RGB value is (197,185,211). Sum of RGB (Red+Green+Blue) = 197+185+211=593 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.22% from 593); Green value is 185 (72.66% from 255 or 31.20% from 593); Blue value is 211 (82.81% from 255 or 35.58% from 593); Max value from RGB is 211 - color contains mainly: blue. Hex color #C5B9D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5B9D3 is #3A462C. Grayscale: #BFBFBF. Windows color (decimal): -3819053 or 13875653. OLE color: 13875653.

HSL color Cylindrical-coordinate representation of color #C5B9D3: hue angle of 267.69º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C5B9D3 is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB197185211-
CMYK0.070.1200.17
HSL267.69º22.81%77.65%-
HSV(B)267.69º12.32%82.75%-
XYZ52.1351.2768.78-
YUV191.55138.98131.89-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.22%
GREEN value IS 185 (72.66% from 255) = 31.20%
BLUE value IS 211 (82.81% from 255) = 35.58%
R=33.22%
G=31.20%
B=35.58%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1971852110.070.1200.17267.6922.8177.65
HexC5B9D37C01110c174e
Octal30527132371402141427116
Binary1100010110111001110100111111100010001100001100101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B9D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B9D3; }

 p { color: rgb(197,185,211); }

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

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

 a { background-color: rgb(197,185,211); }

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

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

 span { border-color: rgb(197,185,211); }

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