#CBB9DF

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

Shades of Moon Raker #CBB9DF

Tints of Moon Raker #CBB9DF

Color information

#CBB9DF (or 0xCBB9DF) is unknown color: approx Moon Raker. HEX triplet: CB, B9 and DF. RGB value is (203,185,223). Sum of RGB (Red+Green+Blue) = 203+185+223=611 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.22% from 611); Green value is 185 (72.66% from 255 or 30.28% from 611); Blue value is 223 (87.5% from 255 or 36.50% from 611); Max value from RGB is 223 - color contains mainly: blue. Hex color #CBB9DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB9DF is #344620. Grayscale: #C2C2C2. Windows color (decimal): -3425825 or 14662091. OLE color: 14662091.

HSL color Cylindrical-coordinate representation of color #CBB9DF: hue angle of 268.42º degrees, saturation: 0.37, 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 #CBB9DF is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB203185223-
CMYK0.090.1700.13
HSL268.42º37.25%80%-
HSV(B)268.42º17.04%87.45%-
XYZ55.352.7277.07-
YUV194.71143.96133.91-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.22%
GREEN value IS 185 (72.66% from 255) = 30.28%
BLUE value IS 223 (87.5% from 255) = 36.50%
R=33.22%
G=30.28%
B=36.50%

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
Decimal2031852230.090.1700.13268.4237.2580
HexCBB9DF9110D10c2550
Octal313271337112101541445120
Binary110010111011100111011111100110001011011000011001001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB9DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB9DF; }

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

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

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

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

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

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

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

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