#CBB9DD

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

Shades of Moon Raker #CBB9DD

Tints of Moon Raker #CBB9DD

Color information

#CBB9DD (or 0xCBB9DD) is unknown color: approx Moon Raker. HEX triplet: CB, B9 and DD. RGB value is (203,185,221). Sum of RGB (Red+Green+Blue) = 203+185+221=609 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.33% from 609); Green value is 185 (72.66% from 255 or 30.38% from 609); Blue value is 221 (86.72% from 255 or 36.29% from 609); Max value from RGB is 221 - color contains mainly: blue. Hex color #CBB9DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB9DD is #344622. Grayscale: #C2C2C2. Windows color (decimal): -3425827 or 14531019. OLE color: 14531019.

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

Color convert

RGB203185221-
CMYK0.080.1600.13
HSL270º34.62%79.61%-
HSV(B)270º16.29%86.67%-
XYZ55.0352.6175.66-
YUV194.49142.96134.07-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.33%
GREEN value IS 185 (72.66% from 255) = 30.38%
BLUE value IS 221 (86.72% from 255) = 36.29%
R=33.33%
G=30.38%
B=36.29%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2031852210.080.1600.1327034.6279.61
HexCBB9DD8100D10e2350
Octal313271335102001541643120
Binary110010111011100111011101100010000011011000011101000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB9DD; }

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

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

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

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

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

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

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

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