#CBB8DF

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

Shades of Moon Raker #CBB8DF

Tints of Moon Raker #CBB8DF

Color information

#CBB8DF (or 0xCBB8DF) is unknown color: approx Moon Raker. HEX triplet: CB, B8 and DF. RGB value is (203,184,223). Sum of RGB (Red+Green+Blue) = 203+184+223=610 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.28% from 610); Green value is 184 (72.27% from 255 or 30.16% from 610); Blue value is 223 (87.5% from 255 or 36.56% from 610); Max value from RGB is 223 - color contains mainly: blue. Hex color #CBB8DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB8DF is #344720. Grayscale: #C1C1C1. Windows color (decimal): -3426081 or 14661835. OLE color: 14661835.

HSL color Cylindrical-coordinate representation of color #CBB8DF: hue angle of 269.23º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBB8DF is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB203184223-
CMYK0.090.1700.13
HSL269.23º37.86%79.8%-
HSV(B)269.23º17.49%87.45%-
XYZ55.0952.3177-
YUV194.13144.29134.33-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.28%
GREEN value IS 184 (72.27% from 255) = 30.16%
BLUE value IS 223 (87.5% from 255) = 36.56%
R=33.28%
G=30.16%
B=36.56%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2031842230.090.1700.13269.2337.8679.8
HexCBB8DF9110D10d2650
Octal313270337112101541546120
Binary110010111011100011011111100110001011011000011011001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB8DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB8DF; }

 p { color: rgb(203,184,223); }

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

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

 a { background-color: rgb(203,184,223); }

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

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

 span { border-color: rgb(203,184,223); }

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