#CBBDDB

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

Shades of Moon Raker #CBBDDB

Tints of Moon Raker #CBBDDB

Color information

#CBBDDB (or 0xCBBDDB) is unknown color: approx Moon Raker. HEX triplet: CB, BD and DB. RGB value is (203,189,219). Sum of RGB (Red+Green+Blue) = 203+189+219=611 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.22% from 611); Green value is 189 (74.22% from 255 or 30.93% from 611); Blue value is 219 (85.94% from 255 or 35.84% from 611); Max value from RGB is 219 - color contains mainly: blue. Hex color #CBBDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBDDB is #344224. Grayscale: #C4C4C4. Windows color (decimal): -3424805 or 14400971. OLE color: 14400971.

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

Color convert

RGB203189219-
CMYK0.070.1400.14
HSL268º29.41%80%-
HSV(B)268º13.7%85.88%-
XYZ55.6154.2174.55-
YUV196.61140.64132.56-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.22%
GREEN value IS 189 (74.22% from 255) = 30.93%
BLUE value IS 219 (85.94% from 255) = 35.84%
R=33.22%
G=30.93%
B=35.84%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2031892190.070.1400.1426829.4180
HexCBBDDB7E0E10c1d50
Octal31327533371601641435120
Binary110010111011110111011011111111001110100001100111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBDDB; }

 p { color: rgb(203,189,219); }

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

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

 a { background-color: rgb(203,189,219); }

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

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

 span { border-color: rgb(203,189,219); }

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