#CBBCDA

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

Shades of Moon Raker #CBBCDA

Tints of Moon Raker #CBBCDA

Color information

#CBBCDA (or 0xCBBCDA) is unknown color: approx Moon Raker. HEX triplet: CB, BC and DA. RGB value is (203,188,218). Sum of RGB (Red+Green+Blue) = 203+188+218=609 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.33% from 609); Green value is 188 (73.83% from 255 or 30.87% from 609); Blue value is 218 (85.55% from 255 or 35.80% from 609); Max value from RGB is 218 - color contains mainly: blue. Hex color #CBBCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBCDA is #344325. Grayscale: #C3C3C3. Windows color (decimal): -3425062 or 14335179. OLE color: 14335179.

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

Color convert

RGB203188218-
CMYK0.070.1400.15
HSL270º28.85%79.61%-
HSV(B)270º13.76%85.49%-
XYZ55.2753.7273.79-
YUV195.9140.47133.06-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.33%
GREEN value IS 188 (73.83% from 255) = 30.87%
BLUE value IS 218 (85.55% from 255) = 35.80%
R=33.33%
G=30.87%
B=35.80%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2031882180.070.1400.1527028.8579.61
HexCBBCDA7E0F10e1d50
Octal31327433271601741635120
Binary110010111011110011011010111111001111100001110111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBCDA; }

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

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

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

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

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

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

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

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