#CABBDC

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

Shades of Moon Raker #CABBDC

Tints of Moon Raker #CABBDC

Color information

#CABBDC (or 0xCABBDC) is unknown color: approx Moon Raker. HEX triplet: CA, BB and DC. RGB value is (202,187,220). Sum of RGB (Red+Green+Blue) = 202+187+220=609 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.17% from 609); Green value is 187 (73.44% from 255 or 30.71% from 609); Blue value is 220 (86.33% from 255 or 36.12% from 609); Max value from RGB is 220 - color contains mainly: blue. Hex color #CABBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABBDC is #354423. Grayscale: #C3C3C3. Windows color (decimal): -3490852 or 14465994. OLE color: 14465994.

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

Color convert

RGB202187220-
CMYK0.080.1500.14
HSL267.27º32.04%79.8%-
HSV(B)267.27º15%86.27%-
XYZ55.0553.2675.09-
YUV195.25141.97132.82-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.17%
GREEN value IS 187 (73.44% from 255) = 30.71%
BLUE value IS 220 (86.33% from 255) = 36.12%
R=33.17%
G=30.71%
B=36.12%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2021872200.080.1500.14267.2732.0479.8
HexCABBDC8F0E10b2050
Octal312273334101701641340120
Binary11001010101110111101110010001111011101000010111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABBDC; }

 p { color: rgb(202,187,220); }

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

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

 a { background-color: rgb(202,187,220); }

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

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

 span { border-color: rgb(202,187,220); }

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