#CCBADE

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

Shades of Moon Raker #CCBADE

Tints of Moon Raker #CCBADE

Color information

#CCBADE (or 0xCCBADE) is unknown color: approx Moon Raker. HEX triplet: CC, BA and DE. RGB value is (204,186,222). Sum of RGB (Red+Green+Blue) = 204+186+222=612 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.33% from 612); Green value is 186 (73.05% from 255 or 30.39% from 612); Blue value is 222 (87.11% from 255 or 36.27% from 612); Max value from RGB is 222 - color contains mainly: blue. Hex color #CCBADE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBADE is #334521. Grayscale: #C3C3C3. Windows color (decimal): -3360034 or 14596812. OLE color: 14596812.

HSL color Cylindrical-coordinate representation of color #CCBADE: 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 #CCBADE is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB204186222-
CMYK0.080.1600.13
HSL270º35.29%80%-
HSV(B)270º16.22%87.06%-
XYZ55.6553.2376.45-
YUV195.49142.96134.07-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.33%
GREEN value IS 186 (73.05% from 255) = 30.39%
BLUE value IS 222 (87.11% from 255) = 36.27%
R=33.33%
G=30.39%
B=36.27%

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
Decimal2041862220.080.1600.1327035.2980
HexCCBADE8100D10e2350
Octal314272336102001541643120
Binary110011001011101011011110100010000011011000011101000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBADE; }

 p { color: rgb(204,186,222); }

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

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

 a { background-color: rgb(204,186,222); }

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

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

 span { border-color: rgb(204,186,222); }

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