#CABADC

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

Shades of Moon Raker #CABADC

Tints of Moon Raker #CABADC

Color information

#CABADC (or 0xCABADC) is unknown color: approx Moon Raker. HEX triplet: CA, BA and DC. RGB value is (202,186,220). Sum of RGB (Red+Green+Blue) = 202+186+220=608 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.22% from 608); Green value is 186 (73.05% from 255 or 30.59% from 608); Blue value is 220 (86.33% from 255 or 36.18% from 608); Max value from RGB is 220 - color contains mainly: blue. Hex color #CABADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABADC is #354523. Grayscale: #C2C2C2. Windows color (decimal): -3491108 or 14465738. OLE color: 14465738.

HSL color Cylindrical-coordinate representation of color #CABADC: hue angle of 268.24º degrees, saturation: 0.33, 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 #CABADC is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB202186220-
CMYK0.080.1500.14
HSL268.24º32.69%79.61%-
HSV(B)268.24º15.45%86.27%-
XYZ54.8352.8475.02-
YUV194.66142.3133.24-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.22%
GREEN value IS 186 (73.05% from 255) = 30.59%
BLUE value IS 220 (86.33% from 255) = 36.18%
R=33.22%
G=30.59%
B=36.18%

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
Decimal2021862200.080.1500.14268.2432.6979.61
HexCABADC8F0E10c2150
Octal312272334101701641441120
Binary11001010101110101101110010001111011101000011001000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABADC; }

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

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

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

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

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

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

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

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