#CBBADC

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

Shades of Moon Raker #CBBADC

Tints of Moon Raker #CBBADC

Color information

#CBBADC (or 0xCBBADC) is unknown color: approx Moon Raker. HEX triplet: CB, BA and DC. RGB value is (203,186,220). Sum of RGB (Red+Green+Blue) = 203+186+220=609 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.33% from 609); Green value is 186 (73.05% from 255 or 30.54% from 609); Blue value is 220 (86.33% from 255 or 36.12% from 609); Max value from RGB is 220 - color contains mainly: blue. Hex color #CBBADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBADC is #344523. Grayscale: #C2C2C2. Windows color (decimal): -3425572 or 14465739. OLE color: 14465739.

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

Color convert

RGB203186220-
CMYK0.080.1500.14
HSL270º32.69%79.61%-
HSV(B)270º15.45%86.27%-
XYZ55.1152.9875.03-
YUV194.96142.13133.74-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.33%
GREEN value IS 186 (73.05% from 255) = 30.54%
BLUE value IS 220 (86.33% from 255) = 36.12%
R=33.33%
G=30.54%
B=36.12%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2031862200.080.1500.1427032.6979.61
HexCBBADC8F0E10e2150
Octal313272334101701641641120
Binary11001011101110101101110010001111011101000011101000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBADC; }

 p { color: rgb(203,186,220); }

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

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

 a { background-color: rgb(203,186,220); }

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

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

 span { border-color: rgb(203,186,220); }

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