#C4B4D7

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

Shades of Moon Raker #C4B4D7

Tints of Moon Raker #C4B4D7

Color information

#C4B4D7 (or 0xC4B4D7) is unknown color: approx Moon Raker. HEX triplet: C4, B4 and D7. RGB value is (196,180,215). Sum of RGB (Red+Green+Blue) = 196+180+215=591 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.16% from 591); Green value is 180 (70.70% from 255 or 30.46% from 591); Blue value is 215 (84.38% from 255 or 36.38% from 591); Max value from RGB is 215 - color contains mainly: blue. Hex color #C4B4D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4B4D7 is #3B4B28. Grayscale: #BCBCBC. Windows color (decimal): -3885865 or 14136516. OLE color: 14136516.

HSL color Cylindrical-coordinate representation of color #C4B4D7: hue angle of 267.43º degrees, saturation: 0.3, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C4B4D7 is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB196180215-
CMYK0.090.1600.16
HSL267.43º30.43%77.45%-
HSV(B)267.43º16.28%84.31%-
XYZ51.3549.2871.1-
YUV188.77142.8133.15-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.16%
GREEN value IS 180 (70.70% from 255) = 30.46%
BLUE value IS 215 (84.38% from 255) = 36.38%
R=33.16%
G=30.46%
B=36.38%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1961802150.090.1600.16267.4330.4377.45
HexC4B4D791001010b1e4d
Octal304264327112002041336115
Binary110001001011010011010111100110000010000100001011111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B4D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B4D7; }

 p { color: rgb(196,180,215); }

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

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

 a { background-color: rgb(196,180,215); }

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

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

 span { border-color: rgb(196,180,215); }

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