#CBB7E1

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

Shades of Moon Raker #CBB7E1

Tints of Moon Raker #CBB7E1

Color information

#CBB7E1 (or 0xCBB7E1) is unknown color: approx Moon Raker. HEX triplet: CB, B7 and E1. RGB value is (203,183,225). Sum of RGB (Red+Green+Blue) = 203+183+225=611 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.22% from 611); Green value is 183 (71.88% from 255 or 29.95% from 611); Blue value is 225 (88.28% from 255 or 36.82% from 611); Max value from RGB is 225 - color contains mainly: blue. Hex color #CBB7E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB7E1 is #34481E. Grayscale: #C1C1C1. Windows color (decimal): -3426335 or 14792651. OLE color: 14792651.

HSL color Cylindrical-coordinate representation of color #CBB7E1: hue angle of 268.57º degrees, saturation: 0.41, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBB7E1 is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB203183225-
CMYK0.100.1900.12
HSL268.57º41.18%80%-
HSV(B)268.57º18.67%88.24%-
XYZ55.155278.36-
YUV193.77145.63134.58-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.22%
GREEN value IS 183 (71.88% from 255) = 29.95%
BLUE value IS 225 (88.28% from 255) = 36.82%
R=33.22%
G=29.95%
B=36.82%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2031832250.100.1900.12268.5741.1880
HexCBB7E1A130C10d2950
Octal313267341122301441551120
Binary110010111011011111100001101010011011001000011011010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB7E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB7E1; }

 p { color: rgb(203,183,225); }

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

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

 a { background-color: rgb(203,183,225); }

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

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

 span { border-color: rgb(203,183,225); }

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