#C5B2DD

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

Shades of Moon Raker #C5B2DD

Tints of Moon Raker #C5B2DD

Color information

#C5B2DD (or 0xC5B2DD) is unknown color: approx Moon Raker. HEX triplet: C5, B2 and DD. RGB value is (197,178,221). Sum of RGB (Red+Green+Blue) = 197+178+221=596 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.05% from 596); Green value is 178 (69.92% from 255 or 29.87% from 596); Blue value is 221 (86.72% from 255 or 37.08% from 596); Max value from RGB is 221 - color contains mainly: blue. Hex color #C5B2DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5B2DD is #3A4D22. Grayscale: #BCBCBC. Windows color (decimal): -3820835 or 14529221. OLE color: 14529221.

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

Color convert

RGB197178221-
CMYK0.110.1900.13
HSL266.51º38.74%78.24%-
HSV(B)266.51º19.46%86.67%-
XYZ5248.9375.11-
YUV188.58146.29134-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.05%
GREEN value IS 178 (69.92% from 255) = 29.87%
BLUE value IS 221 (86.72% from 255) = 37.08%
R=33.05%
G=29.87%
B=37.08%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1971782210.110.1900.13266.5138.7478.24
HexC5B2DDB130D10b274e
Octal305262335132301541347116
Binary110001011011001011011101101110011011011000010111001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B2DD; }

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

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

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

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

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

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

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

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