#CBBCDC

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

Shades of Moon Raker #CBBCDC

Tints of Moon Raker #CBBCDC

Color information

#CBBCDC (or 0xCBBCDC) is unknown color: approx Moon Raker. HEX triplet: CB, BC and DC. RGB value is (203,188,220). Sum of RGB (Red+Green+Blue) = 203+188+220=611 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.22% from 611); Green value is 188 (73.83% from 255 or 30.77% from 611); Blue value is 220 (86.33% from 255 or 36.01% from 611); Max value from RGB is 220 - color contains mainly: blue. Hex color #CBBCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBCDC is #344323. Grayscale: #C4C4C4. Windows color (decimal): -3425060 or 14466251. OLE color: 14466251.

HSL color Cylindrical-coordinate representation of color #CBBCDC: hue angle of 268.12º degrees, saturation: 0.31, 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 #CBBCDC is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB203188220-
CMYK0.080.1500.14
HSL268.12º31.37%80%-
HSV(B)268.12º14.55%86.27%-
XYZ55.5353.8375.17-
YUV196.13141.47132.9-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.22%
GREEN value IS 188 (73.83% from 255) = 30.77%
BLUE value IS 220 (86.33% from 255) = 36.01%
R=33.22%
G=30.77%
B=36.01%

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
Decimal2031882200.080.1500.14268.1231.3780
HexCBBCDC8F0E10c1f50
Octal313274334101701641437120
Binary1100101110111100110111001000111101110100001100111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBCDC; }

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

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

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

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

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

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

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

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