#CCBBDD

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

Shades of Moon Raker #CCBBDD

Tints of Moon Raker #CCBBDD

Color information

#CCBBDD (or 0xCCBBDD) is unknown color: approx Moon Raker. HEX triplet: CC, BB and DD. RGB value is (204,187,221). Sum of RGB (Red+Green+Blue) = 204+187+221=612 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.33% from 612); Green value is 187 (73.44% from 255 or 30.56% from 612); Blue value is 221 (86.72% from 255 or 36.11% from 612); Max value from RGB is 221 - color contains mainly: blue. Hex color #CCBBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBBDD is #334422. Grayscale: #C3C3C3. Windows color (decimal): -3359779 or 14531532. OLE color: 14531532.

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

Color convert

RGB204187221-
CMYK0.080.1500.13
HSL270º33.33%80%-
HSV(B)270º15.38%86.67%-
XYZ55.7253.675.82-
YUV195.96142.13133.74-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.33%
GREEN value IS 187 (73.44% from 255) = 30.56%
BLUE value IS 221 (86.72% from 255) = 36.11%
R=33.33%
G=30.56%
B=36.11%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2041872210.080.1500.1327033.3380
HexCCBBDD8F0D10e2150
Octal314273335101701541641120
Binary11001100101110111101110110001111011011000011101000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBBDD; }

 p { color: rgb(204,187,221); }

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

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

 a { background-color: rgb(204,187,221); }

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

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

 span { border-color: rgb(204,187,221); }

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