#CBC2D5

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

Shades of Moon Raker #CBC2D5

Tints of Moon Raker #CBC2D5

Color information

#CBC2D5 (or 0xCBC2D5) is unknown color: approx Moon Raker. HEX triplet: CB, C2 and D5. RGB value is (203,194,213). Sum of RGB (Red+Green+Blue) = 203+194+213=610 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.28% from 610); Green value is 194 (76.17% from 255 or 31.80% from 610); Blue value is 213 (83.59% from 255 or 34.92% from 610); Max value from RGB is 213 - color contains mainly: blue. Hex color #CBC2D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC2D5 is #343D2A. Grayscale: #C6C6C6. Windows color (decimal): -3423531 or 14009035. OLE color: 14009035.

HSL color Cylindrical-coordinate representation of color #CBC2D5: hue angle of 268.42º degrees, saturation: 0.18, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CBC2D5 is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB203194213-
CMYK0.050.0900.16
HSL268.42º18.45%79.8%-
HSV(B)268.42º8.92%83.53%-
XYZ55.9356.0870.83-
YUV198.86135.98130.96-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.28%
GREEN value IS 194 (76.17% from 255) = 31.80%
BLUE value IS 213 (83.59% from 255) = 34.92%
R=33.28%
G=31.80%
B=34.92%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2031942130.050.0900.16268.4218.4579.8
HexCBC2D55901010c1250
Octal31330232551102041422120
Binary1100101111000010110101011011001010000100001100100101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC2D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC2D5; }

 p { color: rgb(203,194,213); }

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

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

 a { background-color: rgb(203,194,213); }

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

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

 span { border-color: rgb(203,194,213); }

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